fix(tests): resolve last test compiliation issue

This commit is contained in:
perf3ct 2025-07-03 15:18:33 +00:00
parent 1124fd3817
commit 28d59854dd
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ async fn test_webdav_service_with_custom_retry() {
max_delay_ms: 10000,
backoff_multiplier: 1.5,
timeout_seconds: 60,
rate_limit_backoff_ms: 5000,
};
let result = WebDAVService::new_with_retry(config, retry_config);