fix(tests): resolve last test compiliation issue
This commit is contained in:
parent
1124fd3817
commit
28d59854dd
|
|
@ -41,6 +41,7 @@ async fn test_webdav_service_with_custom_retry() {
|
||||||
max_delay_ms: 10000,
|
max_delay_ms: 10000,
|
||||||
backoff_multiplier: 1.5,
|
backoff_multiplier: 1.5,
|
||||||
timeout_seconds: 60,
|
timeout_seconds: 60,
|
||||||
|
rate_limit_backoff_ms: 5000,
|
||||||
};
|
};
|
||||||
|
|
||||||
let result = WebDAVService::new_with_retry(config, retry_config);
|
let result = WebDAVService::new_with_retry(config, retry_config);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue