Skip to content

Commit

Permalink
Changes per ehuss
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Feb 22, 2019
1 parent 46b2b78 commit 7185e98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testsuite/build_auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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: [..]
Expand Down Expand Up @@ -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()
),
Expand Down

0 comments on commit 7185e98

Please sign in to comment.