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 14f32a6 commit df20581Copy full SHA for df20581
web/tls_config_test.go
@@ -54,7 +54,7 @@ var (
54
"HTTP Request to HTTPS server": regexp.MustCompile(`HTTP`),
55
"Invalid Cert or CertPath": regexp.MustCompile(`missing one of cert or cert_file`),
56
"Invalid Key or KeyPath": regexp.MustCompile(`missing one of key or key_file`),
57
- "ClientCA set without policy": regexp.MustCompile(`Client CA's have been configured without a Client Auth Policy`),
+ "ClientCA set without policy": regexp.MustCompile(`client CA's have been configured without a Client Auth Policy`),
58
"Bad password": regexp.MustCompile(`hashedSecret too short to be a bcrypted password`),
59
"Unauthorized": regexp.MustCompile(`Unauthorized`),
60
"Forbidden": regexp.MustCompile(`Forbidden`),
0 commit comments