diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8e0e61e..35fae82 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: - name: Test API endpoint run: | - response=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:3000/docs) + response=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:3001/docs) if [ $response == "200" ]; then echo "API endpoint is reachable." exit 0