Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
trustin committed Apr 4, 2023
1 parent da5a274 commit 6be84c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ void updateRequestWithAbsolutePath(String path) {
}

@ParameterizedTest
@ValueSource(strings = {"https:/path?a=b", "http:///"})
@ValueSource(strings = {"%", "http:///"})
void updateRequestWithInvalidPath(String path) {
final ClientRequestContext clientRequestContext = clientRequestContext();
assertThat(clientRequestContext.path()).isEqualTo("/");
Expand Down

0 comments on commit 6be84c6

Please sign in to comment.