Remove extra /api/v1/user/signup POST call in integration tests.

This commit is contained in:
Hemang
2025-03-13 10:37:32 +01:00
committed by Hemang Sarkar
parent c4ecc01a59
commit 5e452af1ae
-3
View File
@@ -102,9 +102,6 @@ integration_tests() {
echo "Running integration tests..."
# Make call to signup endpoint
curl -k -X POST http://127.0.0.1/api/v1/user/signup
docker build -t 'invariant-gateway-tests' -f ./tests/integration/Dockerfile.test ./tests
docker run \