Skip to content

Commit

Permalink
Merge branch 'main' into renovate/spring-boot
Browse files Browse the repository at this point in the history
  • Loading branch information
rajadilipkolli authored Jan 5, 2025
2 parents 536a60d + fd7e5c0 commit 29a2be6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ jacoco_min_coverage_required=0.84

spring_boot_version=3.4.1
spring_dependency_management_version=1.1.6
springdoc_openapi_version=2.7.0
springdoc_openapi_version=2.8.0

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(209)));
.andExpect(jsonPath("$.size()", is(213)));
}
}

0 comments on commit 29a2be6

Please sign in to comment.