Skip to content

Commit

Permalink
feat: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl committed Nov 16, 2024
1 parent 06a0164 commit 11f9ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-haproxy-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
test_endpoint "http://$INGRESS_IP/" 307 || exit 1
echo "🔌 Testing backend endpoint..."
test_endpoint "http://$INGRESS_IP/v2/docs/" 200 || exit 1
test_endpoint "http://$INGRESS_IP/v2/docs" 200 || exit 1
echo "🔄 Testing websocket endpoint..."
test_endpoint "http://$INGRESS_IP/websocket/" 101 "-H 'Upgrade: websocket' -H 'Connection: Upgrade'" || \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-nginx-ingress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
echo -e "\nBackend (/v2/docs) - Should return API info:"
for i in {1..5}; do
echo -e "\nAttempt $i of 5..."
RESP=$(curl -v http://localhost/v2/docs/ 2>&1)
RESP=$(curl -v http://localhost/v2/docs 2>&1)
echo -e "\n📋 Response Headers:"
echo "$RESP" | grep -E "^< " || echo "No headers found"
Expand Down

0 comments on commit 11f9ea4

Please sign in to comment.