Skip to content

Commit d4d3ab3

Browse files
committed
tests: removed unneeded TODOs for alerts in HTTP/2 tests
1 parent a693996 commit d4d3ab3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/modsecurity-h2.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ $t->write_file("/phase2", "should be moved/blocked before this.");
102102
$t->write_file("/phase3", "should be moved/blocked before this.");
103103
$t->write_file("/phase4", "should not be moved/blocked, headers delivered before phase 4.");
104104
$t->run();
105-
$t->todo_alerts();
106105
$t->plan(20);
107106

108107
###############################################################################

tests/modsecurity-proxy-h2.t

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ http {
103103
104104
EOF
105105

106-
$t->todo_alerts();
107106
$t->run_daemon(\&http_daemon);
108107
$t->run()->waitforsocket('127.0.0.1:' . port(8081));
109108

0 commit comments

Comments
 (0)