We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c407b6 commit 21975f5Copy full SHA for 21975f5
src/code.cloudfoundry.org/gorouter/router/router_test.go
@@ -2023,7 +2023,7 @@ var _ = Describe("Router", func() {
2023
2024
client := http.Client{Transport: tr}
2025
resp, err := client.Do(req)
2026
- Expect(err).To(MatchError(ContainSubstring("remote error: tls: bad certificate")))
+ Expect(err).To(MatchError(ContainSubstring("remote error: tls: handshake failure")))
2027
Expect(resp).To(BeNil())
2028
})
2029
0 commit comments