Skip to content

Commit bdd7ed4

Browse files
Formatting
1 parent f9d4dba commit bdd7ed4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_rules_remote.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ def test_esql_rules(self):
5656
while retry_count < max_retries:
5757
try:
5858
validator = ESQLValidator(r.contents.data.query) # type: ignore[reportIncompatibleMethodOverride]
59-
_ = validator.remote_validate_rule_contents(kibana_client, elastic_client, r.contents, verbosity)
59+
_ = validator.remote_validate_rule_contents(
60+
kibana_client, elastic_client, r.contents, verbosity
61+
)
6062
break
6163
except (ValueError, BadRequestError) as e:
6264
print(f"FAILURE: {e}")

0 commit comments

Comments
 (0)