fix test
This commit is contained in:
parent
338c8fae5d
commit
42c8cd209a
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue