Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
nsthorat committed Feb 14, 2024
1 parent 9743a21 commit 4af82c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/fastapi_mount_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ until curl --fail --silent "$URL" > /dev/null; do
done


curl --fail --silent "http://localhost:$PORT/lilac_sub/api/v1/tasks/" > /dev/null
curl --fail --silent "http://localhost:$PORT/lilac_sub/" --max-redirs 0 > /dev/null
curl --fail --silent "http://localhost:$PORT/$MOUNT_PATH/api/v1/tasks/" > /dev/null
curl --fail --silent "http://localhost:$PORT/$MOUNT_PATH/" --max-redirs 0 > /dev/null

0 comments on commit 4af82c7

Please sign in to comment.