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