We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7556da8 + d6dd8fb commit 5aac4f6Copy full SHA for 5aac4f6
1 file changed
vim25/soap/client_test.go
@@ -111,7 +111,7 @@ func TestMultipleCAPaths(t *testing.T) {
111
112
certErr, ok := err.(errInvalidCACertificate)
113
if !ok {
114
- t.Fatalf("Expected errInvalidCertificate to occur")
+ t.Fatalf("Expected errInvalidCACertificate to occur")
115
}
116
if certErr.File != "fixtures/invalid-cert.pem" {
117
t.Fatalf("Expected Err to show invalid file")
@@ -138,7 +138,7 @@ func TestInvalidRootCAs(t *testing.T) {
138
139
140
141
142
143
144
0 commit comments