Skip to content

Commit

Permalink
Fix regression test result; Add test to main test-suite list
Browse files Browse the repository at this point in the history
  • Loading branch information
airween committed Aug 12, 2024
1 parent 7bdc3c8 commit eb26b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-cases/regression/fn-setHostname.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
]
},
"expected":{
"http_code": 200,
"http_code": 403,
"debug_log": "[hostname: \"modsecurity.org\"]"
},
"rules":[
Expand Down
1 change: 1 addition & 0 deletions test/test-suite.in
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ TESTS+=test/test-cases/regression/config-update-target-by-tag.json
TESTS+=test/test-cases/regression/config-xml_external_entity.json
TESTS+=test/test-cases/regression/debug_log.json
TESTS+=test/test-cases/regression/directive-sec_rule_script.json
TESTS+=test/test-cases/regression/fn-setHostname.json
TESTS+=test/test-cases/regression/issue-1152.json
TESTS+=test/test-cases/regression/issue-1528.json
TESTS+=test/test-cases/regression/issue-1565.json
Expand Down

0 comments on commit eb26b79

Please sign in to comment.