Skip to content

Commit c4621df

Browse files
committed
Update tc0002_sync_list_validation.py
Fix python indent
1 parent c367b1f commit c4621df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/e2e/testcases/tc0002_sync_list_validation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class TestCase0002SyncListValidation(E2ETestCase):
103103
name = "sync_list validation"
104104
description = "Validate sync_list behaviour across a scenario matrix"
105105

106-
EVENT_PATTERNS = [
106+
EVENT_PATTERNS = [
107107
(
108108
"skip",
109109
re.compile(r"^(?:DEBUG:\s+)?Skipping path - excluded by sync_list config: (.+)$"),

0 commit comments

Comments
 (0)