Skip to content

Commit c802b46

Browse files
committed
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'.
1 parent 68d551c commit c802b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-cases/regression/config-secremoterules.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"version_min":300000,
4747
"title":"Include remote rules - failed download (Abort)",
4848
"expected":{
49-
"parser_error": "Failed to download: HTTP response code said error"
49+
"parser_error": "Failed to download"
5050
},
5151
"rules":[
5252
"SecRuleEngine On",

0 commit comments

Comments
 (0)