Fix test case to match new version of curl.

Error message was changed
This commit is contained in:
Felipe Zimmerle
2017-07-14 10:37:58 -03:00
parent cb6dc9ea27
commit 9f92321afb
2 changed files with 2 additions and 2 deletions

View File

@@ -67,7 +67,7 @@
),
match_log => {
error => [ qr/ModSecurity: Problems loading external resources: Failed to download: \"https:\/\/status.modsecurity.org\/modsecurity-regression-test.txt\" error: SSL peer certificate or SSH remote key was not OK./, 1],
error => [ qr/ModSecurity: Problems loading external resources: Failed to download: \"https:\/\/status.modsecurity.org\/modsecurity-regression-test.txt\" error: [SSL peer certificate or SSH remote key was not OK.|Couldn't connect to server.]/, 1],
},
match_response => {
status => qr/^404$/,