mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
fix port collision between username and password (#51)
This commit is contained in:
commit
a650f24d24
1 changed files with 2 additions and 2 deletions
|
|
@ -274,8 +274,8 @@ fn username() {
|
|||
/// - URLS with password are rejected
|
||||
fn password() {
|
||||
let page = get(
|
||||
&["--addr", "[::]:1984", "--hostname", "example.com"],
|
||||
addr(1984),
|
||||
&["--addr", "[::]:1985", "--hostname", "example.com"],
|
||||
addr(1985),
|
||||
"gemini://:secret@example.com/",
|
||||
)
|
||||
.expect("could not get page");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue