Updating message in test
This commit is contained in:
committed by
Spencer Gibb
parent
02b7411597
commit
0a9afd12e3
@@ -43,7 +43,7 @@ public class SSLHandshakeTimeoutTests 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");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user