Skip to content

Commit

Permalink
[DSC-1960] Fixes DiscoveryRestControllerIT
Browse files Browse the repository at this point in the history
  • Loading branch information
vins01-4science committed Oct 14, 2024
1 parent f58cc00 commit 2c537cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@ public void discoverFacetsWithInvalidQuery() throws Exception {
.andExpect(status().isUnprocessableEntity());

getClient().perform(get("/api/discover/facets/author_editor").param("query", "title:"))
.andExpect(status().isUnprocessableEntity());
.andExpect(status().isBadRequest());
}

@Test
Expand Down

0 comments on commit 2c537cc

Please sign in to comment.