Skip to content

Commit 4cb8baa

Browse files
committed
fix typo
1 parent bcf0c6f commit 4cb8baa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/cfnetworking/networking_connection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ var _ = Describe("CF Networking Connection", func() {
207207
var response Response
208208
err = connection.Make(request, &response)
209209
Expect(err).To(MatchError(networkerror.SSLValidationHostnameError{
210-
Message: "x509: certificate is valid for example.com, *.example.com, not 127.0.0.1.nip.io",
210+
Message: "x509: certificate is valid for example.com, *.example.com, not 127.0.0.1.nip.io",
211211
}))
212212
})
213213
})

0 commit comments

Comments
 (0)