remove unused test and function

This commit is contained in:
Artem Miroshnychenko 2020-04-08 19:37:23 +03:00
parent 01351a6bf8
commit ae88a7d2a8

View file

@ -1221,15 +1221,6 @@ func TestEnforceRegexModifier(t *testing.T) {
}
}
func TestStripLocationModifer(t *testing.T) {
expected := "ok.com"
actual := stripLocationModifer("~*ok.com")
if expected != actual {
t.Errorf("Expected '%v' but returned '%v'", expected, actual)
}
}
func TestShouldLoadModSecurityModule(t *testing.T) {
// ### Invalid argument type tests ###
// The first tests should return false.