diff options
Diffstat (limited to 'crates/shirabe/tests')
| -rw-r--r-- | crates/shirabe/tests/util/http_downloader_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/tests/util/http_downloader_test.rs b/crates/shirabe/tests/util/http_downloader_test.rs index 2be5eb96..0839cf30 100644 --- a/crates/shirabe/tests/util/http_downloader_test.rs +++ b/crates/shirabe/tests/util/http_downloader_test.rs @@ -43,7 +43,7 @@ fn test_capture_authentication_params_from_url() { let io: std::rc::Rc<std::cell::RefCell<dyn IOInterface>> = io_mock.clone(); Platform::put_env("COMPOSER_DISABLE_NETWORK", "1"); - let mut fs = HttpDownloader::new(io, config, IndexMap::new(), false); + let fs = HttpDownloader::new(io, config, IndexMap::new(), false); Platform::clear_env("COMPOSER_DISABLE_NETWORK"); if let Err(e) = fs.get( |
