Skip to content

Commit df20581

Browse files
authored
fix: Fix test (#338)
Signed-off-by: Manuel Rüger <[email protected]>
1 parent 14f32a6 commit df20581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/tls_config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ var (
5454
"HTTP Request to HTTPS server": regexp.MustCompile(`HTTP`),
5555
"Invalid Cert or CertPath": regexp.MustCompile(`missing one of cert or cert_file`),
5656
"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`),
57+
"ClientCA set without policy": regexp.MustCompile(`client CA's have been configured without a Client Auth Policy`),
5858
"Bad password": regexp.MustCompile(`hashedSecret too short to be a bcrypted password`),
5959
"Unauthorized": regexp.MustCompile(`Unauthorized`),
6060
"Forbidden": regexp.MustCompile(`Forbidden`),

0 commit comments

Comments
 (0)