Updating message in test

This commit is contained in:
Ryan Baxter
2020-03-17 17:11:34 -04:00
committed by Spencer Gibb
parent 02b7411597
commit 0a9afd12e3

View File

@@ -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");
}
}