aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/tests/util/http_downloader_test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/tests/util/http_downloader_test.rs')
-rw-r--r--crates/shirabe/tests/util/http_downloader_test.rs2
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 0839cf30..b438dca9 100644
--- a/crates/shirabe/tests/util/http_downloader_test.rs
+++ b/crates/shirabe/tests/util/http_downloader_test.rs
@@ -40,7 +40,7 @@ fn test_capture_authentication_params_from_url() {
.with("gitlab-domains", PhpMixed::Array(IndexMap::new()))
.build_shared();
- let io: std::rc::Rc<std::cell::RefCell<dyn IOInterface>> = io_mock.clone();
+ let io: std::rc::Rc<std::cell::RefCell<dyn IOInterface>> = io_mock;
Platform::put_env("COMPOSER_DISABLE_NETWORK", "1");
let fs = HttpDownloader::new(io, config, IndexMap::new(), false);