Skip to content

Commit

Permalink
Try to use loopback ip instead of localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
rapphil authored Jul 17, 2024
1 parent dd4102f commit d226417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/integ-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sleep 5

docker logs $CONTAINER_NAME

curl -s -H 'host: s3.amazonaws.com' http://localhost:8080 | grep ListAllMyBucketsResult
curl -s -H 'host: s3.amazonaws.com' http://127.0.0.1:8080 | grep ListAllMyBucketsResult
result=$?

docker stop $CONTAINER_NAME && docker rm $CONTAINER_NAME
Expand Down

0 comments on commit d226417

Please sign in to comment.