Skip to content

Commit

Permalink
fix TestURLDotEscape
Browse files Browse the repository at this point in the history
  • Loading branch information
ninedraft committed Jun 17, 2023
1 parent a1034dd commit 940c382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemax/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ func TestURLDotEscape(test *testing.T) {

var resp = dialAndWrite(test, ctx, listener, "gemini://example.com/./\r\n")

expectResponse(test, strings.NewReader(resp), "59 59 PERMANENT FAILURE\r\n")
expectResponse(test, strings.NewReader(resp), "59 59 BAD REQUEST\r\n")
}

// emulates michael-lazar/gemini-diagnostics localhost 9999 --checks='PageNotFound'
Expand Down

0 comments on commit 940c382

Please sign in to comment.