Skip to content

Commit 1c78969

Browse files
authored
Merge pull request #258 from NHSDigital/bug/NPA-5715/postman-tests
NPA-5715: Fix Postman Collection
2 parents 272d012 + 908e98b commit 1c78969

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/run-postman-collection.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Install Newman
1717
run: npm install -g newman
1818
- name: Run Postman Collection
19-
run: newman run ./postman/Validate\ Relationship\ Service\ Sandbox.postman_collection.json
19+
run: newman run "./postman/Validated Relationship Service Sandbox.postman_collection.json"

sandbox/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ For more information about building sandbox APIs see the [API Producer Zone conf
1515
- [Starting the API](#starting-the-api)
1616
- [Development](#development)
1717
- [Starting the API with Hot Reloading](#starting-the-api-with-hot-reloading)
18+
- [Updating examples](#updating-examples)
1819
- [Testing](#testing)
1920
- [Unit Tests](#unit-tests)
2021
- [Useful commands](#useful-commands)
@@ -27,7 +28,7 @@ The API is able to be run locally on the host system for development and testing
2728

2829
The Sandbox is deployed using Docker to AWS ECS; the Dockerfile is located in the root of the repository. This allows Docker to copy in responses from `specification/examples/responses`. The docker container is deployed to AWS ECS using Azure DevOps pipelines.
2930

30-
The [Postman Collection](./postman/Validate_Relationship_Service_Sandbox.postman_collection.json) is used to test the Sandbox API. The tests embedded in the collection are run in GitHub Actions on each Pull Request.
31+
The [Postman Collection](./postman/Validated Relationship Service Sandbox.postman_collection.json) is used to test the Sandbox API. The tests embedded in the collection are run in GitHub Actions on each Pull Request.
3132

3233
## Prerequisites
3334

0 commit comments

Comments
 (0)