Skip to content

Commit

Permalink
Making tests work, possibly
Browse files Browse the repository at this point in the history
  • Loading branch information
joanne-doyle7-NHSD committed Apr 30, 2024
1 parent e9ad56b commit 43f2b2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ release: clean publish build-proxy
TEST_CMD := @APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN) \
poetry run pytest -v \
--color=yes \
--api-name=validated-relationships-service-api \
--api-name=validated-relationships \
--proxy-name=$(PROXY_NAME) \
-s

Expand Down
2 changes: 1 addition & 1 deletion specification/validated-relationships-service-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ info:
## Environments and testing
| Environment | Base URL |
| ----------------- | ------------------------------------------------------------------------------------ |
| Sandbox | `https://sandbox.api.service.nhs.uk/validated-relationships-service-api/FHIR/R4/` |
| Sandbox | `https://sandbox.api.service.nhs.uk/validated-relationships/FHIR/R4/` |
| Integration test | `https://int.api.service.nhs.uk/validated-relationships/FHIR/R4/` |
| Production | `https://api.service.nhs.uk/validated-relationships/FHIR/R4/` |
Expand Down

0 comments on commit 43f2b2c

Please sign in to comment.