mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Improve action-allow test titles
This commit is contained in:
committed by
Felipe Zimmerle
parent
fc06915cc6
commit
7665d96a13
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
"enabled":1,
|
"enabled":1,
|
||||||
"version_min":300000,
|
"version_min":300000,
|
||||||
"title":"Testing allow action 1/3",
|
"title":"Testing allow action (1/3)",
|
||||||
"expected":{
|
"expected":{
|
||||||
"debug_log": "Skipped rule id '500066' as request trough the utilization of an `allow' action",
|
"debug_log": "Skipped rule id '500066' as request trough the utilization of an `allow' action",
|
||||||
"http_code": 200
|
"http_code": 200
|
||||||
@@ -35,7 +35,7 @@
|
|||||||
{
|
{
|
||||||
"enabled":1,
|
"enabled":1,
|
||||||
"version_min":300000,
|
"version_min":300000,
|
||||||
"title":"Testing allow action 1/3",
|
"title":"Testing allow action (2/3)",
|
||||||
"expected":{
|
"expected":{
|
||||||
"debug_log": "",
|
"debug_log": "",
|
||||||
"http_code": 500
|
"http_code": 500
|
||||||
@@ -68,7 +68,7 @@
|
|||||||
{
|
{
|
||||||
"enabled":1,
|
"enabled":1,
|
||||||
"version_min":300000,
|
"version_min":300000,
|
||||||
"title":"Testing allow action 1/3",
|
"title":"Testing allow action (3/3)",
|
||||||
"expected":{
|
"expected":{
|
||||||
"debug_log": "",
|
"debug_log": "",
|
||||||
"http_code": 500
|
"http_code": 500
|
||||||
|
Reference in New Issue
Block a user