Updates test verification

This commit is contained in:
Spencer Gibb
2020-03-18 19:36:59 -04:00
parent 0a9afd12e3
commit 8519eeb11a

View File

@@ -45,7 +45,7 @@ public class SSLHandshakeTimeoutDeprecatedTests extends SingleCertSSLTests {
ResponseSpec responseSpec = testClient.get().uri("/ssltrust").exchange();
responseSpec.expectStatus().is5xxServerError();
JsonPathAssertions jsonPath = responseSpec.expectBody().jsonPath("message");
jsonPath.isEqualTo("handshake timed out");
jsonPath.isEqualTo("handshake timed out after 1ms");
}
}