mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-15 23:55:03 +03:00
Simplify parser error detection in testcase
- After the GitHub macOS runner images were upgraded to macOS 14.6 (Sonoma), the test 'Include remote rules - failed download (Abort)' started failing because the error message reported by curl/OS is no longer 'HTTP response code said error'.
This commit is contained in:
parent
68d551c5f9
commit
c802b46b7e
@ -46,7 +46,7 @@
|
|||||||
"version_min":300000,
|
"version_min":300000,
|
||||||
"title":"Include remote rules - failed download (Abort)",
|
"title":"Include remote rules - failed download (Abort)",
|
||||||
"expected":{
|
"expected":{
|
||||||
"parser_error": "Failed to download: HTTP response code said error"
|
"parser_error": "Failed to download"
|
||||||
},
|
},
|
||||||
"rules":[
|
"rules":[
|
||||||
"SecRuleEngine On",
|
"SecRuleEngine On",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user