Skip to content

Commit

Permalink
refactor for extra test endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ewan Donovan committed Jan 31, 2025
1 parent 7ba3bfc commit f37943e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ class OpenApiDocsTest : IntegrationTestBase() {
.expectBody()
.jsonPath("$.paths[*][*][?(!@.security)]")
.value<List<Any>> { list ->
// Assert that the list has only 5 items since there are 5 test endpoints
assertThat(list).hasSize(5)
// Assert that the list has only 6 items since there are 6 test endpoints
assertThat(list).hasSize(6)
}
}
}

0 comments on commit f37943e

Please sign in to comment.