mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +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
|
/// - URLS with password are rejected
|
||||||
fn password() {
|
fn password() {
|
||||||
let page = get(
|
let page = get(
|
||||||
&["--addr", "[::]:1984", "--hostname", "example.com"],
|
&["--addr", "[::]:1985", "--hostname", "example.com"],
|
||||||
addr(1984),
|
addr(1985),
|
||||||
"gemini://:secret@example.com/",
|
"gemini://:secret@example.com/",
|
||||||
)
|
)
|
||||||
.expect("could not get page");
|
.expect("could not get page");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue