Changes per ehuss

This commit is contained in:
Jonathan Claudius 2019-02-22 14:28:52 -05:00
parent 46b2b78754
commit 7185e98fb0
No known key found for this signature in database
GPG key ID: 4BCDD990313DFA87

View file

@ -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()
),