Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbpennel committed Jan 10, 2025
1 parent 846178c commit f3b9278
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public void testGetCollectionStats() throws Exception {
"video", 21444L, "text", 46936L);
when(queryLayer.getFormatCounts(any())).thenReturn(collectionStats);

MvcResult result = mvc.perform(get("/collectionStats")
MvcResult result = mvc.perform(get("/api/collectionStats")
.contentType(MediaType.APPLICATION_JSON))
.andExpect(status().isOk())
.andReturn();
Expand Down

0 comments on commit f3b9278

Please sign in to comment.