diff --git a/tests/integration/plugins/test_throttle_protection.py b/tests/integration/plugins/test_throttle_protection.py index 604a6855..d2275365 100644 --- a/tests/integration/plugins/test_throttle_protection.py +++ b/tests/integration/plugins/test_throttle_protection.py @@ -58,7 +58,7 @@ class TestThrottleProtectionPlugin: ), assert_logs( logger=throttle_protection_logger, - expected_message="Sleeping between downloads for %0.2f seconds", + expected_message="Sleeping between downloads for 0.01 seconds", log_level="info", expected_occurrences=4, ),