Skip to content

Commit ee20f73

Browse files
author
Jonathan Claudius
committed
Fix unit-test error
1 parent 6d9f3a6 commit ee20f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/testsuite/build_auth.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ fn http_auth_offered() {
105105
authors = []
106106
107107
[dependencies.bar]
108-
git = "https://127.0.0.1:{}/foo/bar"
108+
git = "http://127.0.0.1:{}/foo/bar"
109109
"#,
110110
addr.port()
111111
),

0 commit comments

Comments
 (0)