From 4de16cf1448b89ae0c1cb2baa7b0418537a47075 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 5 Jul 2021 08:19:10 +0200 Subject: [PATCH] GHA workflow - Fix Test 1 [skip travis] --- dev-tools/test-blocker-false-positives.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-tools/test-blocker-false-positives.sh b/dev-tools/test-blocker-false-positives.sh index 4534f7c69..9b3adf2cf 100755 --- a/dev-tools/test-blocker-false-positives.sh +++ b/dev-tools/test-blocker-false-positives.sh @@ -129,7 +129,7 @@ UAtest_mustmatch () { for mustmatch in "${UAmustmatch[@]}" do if - curl -A "${mustmatch}" http://localhost:80 2>&1 | grep -i '(52)'; then + curl -A "${mustmatch}" http://localhost:80 2>&1 | grep -i 'Empty reply'; then echo "${bold}${green}PASSED - ${red}${mustmatch} was ${bold}${red}BLOCKED" else echo "${bold}${red}FAILED - ${red}${mustmatch} was ${bold}${red}NOT BLOCKED"