diff --git a/tests/regression/config/10-misc-directives.t b/tests/regression/config/10-misc-directives.t index 593d00f5..62a5e8e0 100644 --- a/tests/regression/config/10-misc-directives.t +++ b/tests/regression/config/10-misc-directives.t @@ -33,9 +33,6 @@ conf => qq( SecServerSignature "NewServerSignature" ), - match_log => { - error => [ qr/NewServerSignature/, 1 ], - }, match_response => { status => qr/^200$/, raw => qr/^Server: +NewServerSignature$/m,