Fix style

This commit is contained in:
Kruglov Pavel 2023-02-11 01:45:28 +01:00 committed by GitHub
parent 825a5dd806
commit cf14282d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,10 @@ def test_host_is_drop_from_cache_after_consecutive_failures(
"Cannot resolve host \\(InvalidHostThatDoesNotExist\\), error 0: Host not found." "Cannot resolve host \\(InvalidHostThatDoesNotExist\\), error 0: Host not found."
) )
assert node4.wait_for_log_line( assert node4.wait_for_log_line(
"Cached hosts not found:.*InvalidHostThatDoesNotExist**", repetitions=6, timeout=60, look_behind_lines=500 "Cached hosts not found:.*InvalidHostThatDoesNotExist**",
repetitions=6,
timeout=60,
look_behind_lines=500,
) )
assert node4.wait_for_log_line( assert node4.wait_for_log_line(
"Cached hosts dropped:.*InvalidHostThatDoesNotExist.*" "Cached hosts dropped:.*InvalidHostThatDoesNotExist.*"