Skip to content

Commit

Permalink
fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Dec 7, 2024
1 parent a20c215 commit 6984bf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ void fetchSchemesByFundName() throws Exception {
.accept(MediaType.APPLICATION_JSON))
.andExpect(status().isOk())
.andExpect(header().string(HttpHeaders.CONTENT_TYPE, is(MediaType.APPLICATION_JSON_VALUE)))
.andExpect(jsonPath("$.size()", is(203)));
.andExpect(jsonPath("$.size()", is(204)));
}
}

0 comments on commit 6984bf2

Please sign in to comment.