Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wind57 committed Jun 22, 2023
1 parent edb6d25 commit 66c2fff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void locateShouldThrowExceptionOnFailureWhenFailFastIsEnabled() {
void locateShouldNotThrowExceptionOnFailureWhenFailFastIsDisabled() {
String name = "my-config";
String namespace = "default";
String path = "/api/v1/namespaces/default/configmaps/my-config";
String path = "/api/v1/namespaces/default/configmaps";

mockServer.expect().withPath(path).andReturn(500, "Internal Server Error").once();

Expand Down

0 comments on commit 66c2fff

Please sign in to comment.