Skip to content

Commit 7185e98

Browse files
author
Jonathan Claudius
committed
Changes per ehuss
1 parent 46b2b78 commit 7185e98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/testsuite/build_auth.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,11 @@ fn http_auth_offered() {
126126
.with_status(101)
127127
.with_stderr_contains(&format!(
128128
"\
129-
[UPDATING] git repository `https://{addr}/foo/bar`
129+
[UPDATING] git repository `http://{addr}/foo/bar`
130130
[ERROR] failed to load source for a dependency on `bar`
131131
132132
Caused by:
133-
Unable to update https://{addr}/foo/bar
133+
Unable to update http://{addr}/foo/bar
134134
135135
Caused by:
136136
failed to clone into: [..]
@@ -171,7 +171,7 @@ fn https_something_happens() {
171171
authors = []
172172
173173
[dependencies.bar]
174-
git = "http://127.0.0.1:{}/foo/bar"
174+
git = "https://127.0.0.1:{}/foo/bar"
175175
"#,
176176
addr.port()
177177
),

0 commit comments

Comments
 (0)