mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +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,
|
||||
"title":"Include remote rules - failed download (Abort)",
|
||||
"expected":{
|
||||
"parser_error": "Failed to download: HTTP response code said error"
|
||||
"parser_error": "Failed to download"
|
||||
},
|
||||
"rules":[
|
||||
"SecRuleEngine On",
|
||||
|
Loading…
x
Reference in New Issue
Block a user