diff --git a/package.json b/package.json index e36915b..d068b51 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "start": "APP_ENV=production node ./app.js", "dev": "APP_ENV=development node ./app.js", "local": "APP_ENV=local nodemon ./app.js", - "test": "newman run ./tests/api-tests.postman.json -e ./tests/env-api-tests.postman.json", + "test": "newman run ./tests/adastra-api-tests.postman_collection.json -e ./tests/adastra-api-tests.postman_environment.json", "stop": "lsof -ti :3200 | xargs kill", "mongo:start": "docker run --name hu-mongo -p 27017:27017 mongo & sleep 5", "mongo:stop": "docker stop hu-mongo && docker rm hu-mongo"