From 06a01648d9098c078663bdc0a3222d3214891e5c Mon Sep 17 00:00:00 2001 From: shahargl Date: Sat, 16 Nov 2024 18:08:38 +0200 Subject: [PATCH] feat: wip --- .github/workflows/test-haproxy-ingress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-haproxy-ingress.yml b/.github/workflows/test-haproxy-ingress.yml index 5db195b..b764333 100644 --- a/.github/workflows/test-haproxy-ingress.yml +++ b/.github/workflows/test-haproxy-ingress.yml @@ -203,7 +203,7 @@ jobs: } echo "🌐 Testing frontend endpoint..." - test_endpoint "http://$INGRESS_IP/" 200 || exit 1 + test_endpoint "http://$INGRESS_IP/" 307 || exit 1 echo "🔌 Testing backend endpoint..." test_endpoint "http://$INGRESS_IP/v2/docs/" 200 || exit 1