Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Feb 15, 2024
1 parent 730bbb3 commit 8f19891
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(162)));
.andExpect(jsonPath("$.size()", is(166)));
}
}

0 comments on commit 8f19891

Please sign in to comment.