diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2025-03-18 15:13:43 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2025-03-18 15:13:43 +0100 |
| commit | e145159131c1b750d3b3f4c7bba7d44278191f94 (patch) | |
| tree | 545edc1f89040bb650ba990ddd4149f4465b0f7a /test/test-manager/src/tests | |
| parent | 17788b06fd5f7c85ac3596de05a03791d46d4858 (diff) | |
| parent | 7e5e5f47efa94444893a9b0d44b1e54d74716500 (diff) | |
| download | mullvadvpn-e145159131c1b750d3b3f4c7bba7d44278191f94.tar.xz mullvadvpn-e145159131c1b750d3b3f4c7bba7d44278191f94.zip | |
Merge branch 'forbid-implicit_clone-clippy-lint'
Diffstat (limited to 'test/test-manager/src/tests')
| -rw-r--r-- | test/test-manager/src/tests/helpers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-manager/src/tests/helpers.rs b/test/test-manager/src/tests/helpers.rs index dcfbc8d0ff..1ad7c9931a 100644 --- a/test/test-manager/src/tests/helpers.rs +++ b/test/test-manager/src/tests/helpers.rs @@ -568,7 +568,7 @@ pub async fn geoip_lookup_with_retries(rpc: &ServiceClient) -> Result<AmIMullvad loop { let result = rpc - .geoip_lookup(TEST_CONFIG.mullvad_host.to_owned()) + .geoip_lookup(TEST_CONFIG.mullvad_host.clone()) .await .map_err(Error::GeoipLookup); |
