We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8989f4 commit fb2d526Copy full SHA for fb2d526
services/oauth/v2/controlplane/cp_connector_test.go
@@ -64,7 +64,7 @@ var _ = Describe("CpConnector", func() {
64
BasicAuthUser: &testutils.BasicAuthMock{},
65
})
66
Expect(statusCode).To(Equal(http.StatusInternalServerError))
67
- Expect(`{"errorType":"timeout","message":"mock mock 127.0.0.1:1234->127.0.0.1:12340: read: operation timed out"}`).To(MatchJSON(respBody))
+ Expect(`{"errorType":"timeout","message":"mock mock 127.0.0.1:1234->127.0.0.1:12340: read: connection timed out"}`).To(MatchJSON(respBody))
68
69
70
It("Test CpApiCall function to test connection reset by peer", func() {
0 commit comments