Skip to content

Commit

Permalink
CORE-XXXX: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
LWogan committed Dec 2, 2024
1 parent 4d0bdef commit 9c1aca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ class RestServerRequestsTest : RestServerTestBase() {
assertEquals("3", helloResponse.body)

// Check that the response returned a deprecation warning in the header
assertThat(helloResponse.headers.toMap()["Warning"]!!.contains("299"))
assertThat(helloResponse.headers.toMap()["warning"]!!.contains("299"))

// Check that security managed has not been called for GetProtocolVersion which is exempt from permissions check
assertThat(securityManager.checksExecuted).hasSize(0)
Expand Down

0 comments on commit 9c1aca9

Please sign in to comment.