From 3e0d6e13c1ebc54a940a8442a20dc43f323356c1 Mon Sep 17 00:00:00 2001 From: David Garvey Date: Wed, 14 Aug 2024 16:55:29 +0200 Subject: [PATCH] remove unneeded var --- scripts/common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/common.sh b/scripts/common.sh index ccbdc863..feb1636c 100755 --- a/scripts/common.sh +++ b/scripts/common.sh @@ -934,7 +934,6 @@ wait_for_api_loaded () { wait_for_liveness () { local status_endpoint="${1:-http://tyk-gateway.localhost:8080/hello}" local attempt_count=0 - local pass="pass" log_message "Waiting for Gateway, Dashboard and Redis to be up and running"