mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Minor fix on the actions test case
This commit is contained in:
@@ -49,7 +49,7 @@
|
|||||||
},
|
},
|
||||||
"expected": {
|
"expected": {
|
||||||
"audit_log": "",
|
"audit_log": "",
|
||||||
"debug_log": "\\[9\\] T \\(0\\) trim: \"test\"",
|
"debug_log": "\\[9\\] T \\(0\\) trim: \"test",
|
||||||
"error_log": "",
|
"error_log": "",
|
||||||
"http_code": 403
|
"http_code": 403
|
||||||
},
|
},
|
||||||
@@ -110,7 +110,7 @@
|
|||||||
},
|
},
|
||||||
"expected": {
|
"expected": {
|
||||||
"audit_log": "",
|
"audit_log": "",
|
||||||
"debug_log": "\\[9\\] T \\(0\\) trim: \"test\"",
|
"debug_log": "\\[9\\] T \\(0\\) trim: \"test",
|
||||||
"error_log": "",
|
"error_log": "",
|
||||||
"http_code": 302,
|
"http_code": 302,
|
||||||
"redirect_url": "http://www.google.com"
|
"redirect_url": "http://www.google.com"
|
||||||
@@ -172,7 +172,7 @@
|
|||||||
},
|
},
|
||||||
"expected": {
|
"expected": {
|
||||||
"audit_log": "",
|
"audit_log": "",
|
||||||
"debug_log": "\\[9\\] T \\(0\\) trim: \"test\"",
|
"debug_log": "\\[9\\] T \\(0\\) trim: \"test",
|
||||||
"error_log": "",
|
"error_log": "",
|
||||||
"http_code": 500,
|
"http_code": 500,
|
||||||
"redirect_url": "http://www.google.com"
|
"redirect_url": "http://www.google.com"
|
||||||
@@ -234,7 +234,7 @@
|
|||||||
},
|
},
|
||||||
"expected": {
|
"expected": {
|
||||||
"audit_log": "",
|
"audit_log": "",
|
||||||
"debug_log": "\\[9\\] T \\(0\\) trim: \"test\"",
|
"debug_log": "\\[9\\] T \\(0\\) trim: \"test",
|
||||||
"error_log": "",
|
"error_log": "",
|
||||||
"http_code": 500
|
"http_code": 500
|
||||||
},
|
},
|
||||||
@@ -295,7 +295,7 @@
|
|||||||
},
|
},
|
||||||
"expected": {
|
"expected": {
|
||||||
"audit_log": "",
|
"audit_log": "",
|
||||||
"debug_log": "\\[9\\] T \\(0\\) trim: \"test\"",
|
"debug_log": "\\[9\\] T \\(0\\) trim: \"test",
|
||||||
"error_log": "",
|
"error_log": "",
|
||||||
"http_code": 500
|
"http_code": 500
|
||||||
},
|
},
|
||||||
@@ -356,7 +356,7 @@
|
|||||||
},
|
},
|
||||||
"expected": {
|
"expected": {
|
||||||
"audit_log": "",
|
"audit_log": "",
|
||||||
"debug_log": "\\[9\\] T \\(0\\) trim: \"test\"",
|
"debug_log": "\\[9\\] T \\(0\\) trim: \"test",
|
||||||
"error_log": "",
|
"error_log": "",
|
||||||
"http_code": 500
|
"http_code": 500
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user