From 7185e98fb0c2f7df24fc570287bdfd80e47d40b2 Mon Sep 17 00:00:00 2001 From: Jonathan Claudius Date: Fri, 22 Feb 2019 14:28:52 -0500 Subject: [PATCH] Changes per ehuss --- tests/testsuite/build_auth.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/testsuite/build_auth.rs b/tests/testsuite/build_auth.rs index 8eaf240a2..577eac18d 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() ), -- 2.39.5