From 42c8cd209a0788a200e039c0772fe1441d7f210a Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Thu, 28 Aug 2025 23:38:16 -0700 Subject: [PATCH] fix test --- tests/integration/plugins/test_throttle_protection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ),