Modified affected test cases, which checked wrong variables

This commit is contained in:
Ervin Hegedus
2019-02-02 11:30:22 +00:00
committed by Felipe Zimmerle
parent 17d79ed7ba
commit 2d3fbbc56a
2 changed files with 4 additions and 4 deletions

View File

@@ -51,11 +51,11 @@
]
},
"expected":{
"debug_log":"T \\(0\\) t:trim: \"small_text"
"debug_log":"T \\(0\\) t:trim: \"filedata"
},
"rules":[
"SecRuleEngine On",
"SecRule FILES_NAMES \"@contains small_text_file.txt\" \"id:1,phase:3,pass,t:trim\""
"SecRule FILES_NAMES \"@contains filedata\" \"id:1,phase:3,pass,t:trim\""
]
}
]