diff --git a/README.md b/README.md index 5b203a0..ff1e724 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ go test ./... ./coverage.sh # Run integration tests -./Test/integration/run-integration-test.bash +./scripts/run-integration-test.bash # Lint code golangci-lint run ./... diff --git a/docs/API_DOCUMENTATION.md b/docs/API_DOCUMENTATION.md index 2050581..e84650b 100644 --- a/docs/API_DOCUMENTATION.md +++ b/docs/API_DOCUMENTATION.md @@ -682,7 +682,7 @@ https://www.postman.com/kts-mexico/workspace/boilerplategomicroservice ```bash # Run integration tests -./Test/integration/run-integration-test.bash +./scripts/run-integration-test.bash # Run unit tests go test ./... diff --git a/docs/README.md b/docs/README.md index 34a3691..c96fb27 100644 --- a/docs/README.md +++ b/docs/README.md @@ -65,7 +65,7 @@ docker-compose up --build -d # Run tests ./coverage.sh -./Test/integration/run-integration-test.bash +./scripts/run-integration-test.bash ``` ### 2. **API Testing**