diff --git a/tests/testsuite/build_auth.rs b/tests/testsuite/build_auth.rs index 8eaf240a2e6..577eac18d22 100644 --- a/tests/testsuite/build_auth.rs +++ b/tests/testsuite/build_auth.rs @@ -126,11 +126,11 @@ fn http_auth_offered() { .with_status(101) .with_stderr_contains(&format!( "\ -[UPDATING] git repository `https://{addr}/foo/bar` +[UPDATING] git repository `http://{addr}/foo/bar` [ERROR] failed to load source for a dependency on `bar` Caused by: - Unable to update https://{addr}/foo/bar + Unable to update http://{addr}/foo/bar Caused by: failed to clone into: [..] @@ -171,7 +171,7 @@ fn https_something_happens() { authors = [] [dependencies.bar] - git = "http://127.0.0.1:{}/foo/bar" + git = "https://127.0.0.1:{}/foo/bar" "#, addr.port() ),