From 5e452af1aea4aaf24996548b2663a798416e7bae Mon Sep 17 00:00:00 2001 From: Hemang Date: Thu, 13 Mar 2025 10:37:32 +0100 Subject: [PATCH] Remove extra /api/v1/user/signup POST call in integration tests. --- run.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/run.sh b/run.sh index b748216..57a0064 100755 --- a/run.sh +++ b/run.sh @@ -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 \