We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b2b78 commit 7185e98Copy full SHA for 7185e98
tests/testsuite/build_auth.rs
@@ -126,11 +126,11 @@ fn http_auth_offered() {
126
.with_status(101)
127
.with_stderr_contains(&format!(
128
"\
129
-[UPDATING] git repository `https://{addr}/foo/bar`
+[UPDATING] git repository `http://{addr}/foo/bar`
130
[ERROR] failed to load source for a dependency on `bar`
131
132
Caused by:
133
- Unable to update https://{addr}/foo/bar
+ Unable to update http://{addr}/foo/bar
134
135
136
failed to clone into: [..]
@@ -171,7 +171,7 @@ fn https_something_happens() {
171
authors = []
172
173
[dependencies.bar]
174
- git = "http://127.0.0.1:{}/foo/bar"
+ git = "https://127.0.0.1:{}/foo/bar"
175
"#,
176
addr.port()
177
),
0 commit comments