From 8e9089bf37b512a0bd4723fcb0ec48ff32e29b3b Mon Sep 17 00:00:00 2001 From: Tim Kimber Date: Thu, 23 Feb 2023 11:52:09 +0000 Subject: [PATCH] Fix for changed error message triggering error checks --- test/test_helper.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.bash b/test/test_helper.bash index 1d82a66..be0a54d 100644 --- a/test/test_helper.bash +++ b/test/test_helper.bash @@ -24,7 +24,7 @@ check_nginx() { check_output_for_errors() { refute_output --regexp '[Ff][Aa][Ii][Ll][Ee][Dd]' - refute_output --regexp '[^_][Ee][Rr][Rr][Oo][Rr][^:nonce]' + refute_output --regexp '[^_][Ee][Rr][Rr][Oo][Rr][^:badNonce]' refute_output --regexp '[^_][Ww][Aa][Rr][Nn][Ii][Nn][Gg]' refute_line --partial 'command not found' }