Skip to content

Commit 3de175b

Browse files
committed
Adjust TODO in configuration tests
1 parent 3b3cfe1 commit 3de175b

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/modsecurity-config-auditlog.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ mkdir($t->testdir() . '/subfolder3/subfolder4');
144144
$t->write_file("/subfolder3/subfolder4/index.html", "should be moved/blocked before this.");
145145

146146
$t->run();
147-
$t->todo_alerts();
148147
$t->plan(9);
149148

150149
###############################################################################

tests/modsecurity-config-debuglog.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ mkdir($t->testdir() . '/subfolder1/subfolder2');
9393
$t->write_file("/subfolder1/subfolder2/index.html", "should be moved/blocked before this.");
9494

9595
$t->run();
96-
$t->todo_alerts();
9796
$t->plan(3);
9897

9998
###############################################################################

tests/modsecurity-config.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ mkdir($t->testdir() . '/subfolder1/subfolder2');
8989
$t->write_file("/subfolder1/subfolder2/index.html", "should be moved/blocked before this.");
9090

9191
$t->run();
92-
$t->todo_alerts();
9392
$t->plan(9);
9493

9594
###############################################################################

0 commit comments

Comments
 (0)