mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
parent
6ce4afb884
commit
8e4d6eb97b
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…
Reference in a new issue