Skip to content

Commit

Permalink
test: update test case
Browse files Browse the repository at this point in the history
This commit updates a test case because of upstream changes.

See nlnwa/whatwg-url@83994ff
  • Loading branch information
maeb committed Jul 18, 2024
1 parent 1418e75 commit ce306e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func TestScopeCheckerServer_ScopeCheck(t *testing.T) {
Error: &commons.Error{
Code: -7,
Msg: "error parsing uri",
Detail: "Error: 504: illegal host, Url: http://%00foo.bar/aa bb/cc?jsessionid=1&foo#bar, Cause: Error: 100: illegal code point '\x00'",
Detail: "Error: The host contains a forbidden domain code point: '\x00'. Url: 'http://%00foo.bar/aa bb/cc?jsessionid=1&foo#bar'",
},
}},
}
Expand Down

0 comments on commit ce306e0

Please sign in to comment.