Skip to content

Commit

Permalink
#311 some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mcweba committed Nov 18, 2024
1 parent 8c47a2a commit b88a5f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -999,7 +999,7 @@ public void testHookHandleSearch_EmptyQueryParameter(TestContext context) {

Response response = searchWithQueryParam("q","",400);

Assert.assertTrue(response.getBody().asString().contains("Bad Request"));
Assert.assertTrue(response.getBody().asString().contains("Only the 'q' parameter is allowed and can't be empty or null"));
TestUtils.unregisterListener(defaultRegisterUrlListener);

async.complete();
Expand Down

0 comments on commit b88a5f6

Please sign in to comment.