Skip to content

Commit 800a7a2

Browse files
authored
Merge pull request #11 from NHSDigital/APM-000-fix-NHSWC-api-triggers
Update README.md
2 parents b824931 + e16d054 commit 800a7a2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,10 @@ Create an OpenAPI Specification to document your API. For more information about
148148

149149
#### `/tests`:
150150

151-
End to End tests. These tests are written in Python and use the PyTest test runner. Before running these tests you will need to set environment variables. The `test_endpoint.py` file provides a template of how to set up tests which test your api endpoints. For more information about testing your API see the [API Producer Zone confluence](https://nhsd-confluence.digital.nhs.uk/display/APM/Testing+your+API ).
151+
End-to-end tests. These tests are written in Python and use the PyTest test runner. Before running these tests you will need to set environment variables. The `test_endpoint.py` file provides a template of how to set up tests which test your api endpoints. For more information about testing your API see the [API Producer Zone confluence](https://nhsd-confluence.digital.nhs.uk/display/APM/Testing+your+API ).
152152

153153
#### `Makefile`:
154-
Useful make targets to get started including: installing dependencies and running smoke tests.
154+
Useful `make` targets to get started including: installing dependencies and running smoke tests.
155155

156156
#### `ecs-proxies-containers.yml ` and `ecs-proxies-deploy.yml`:
157157

azure/templates/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
- ${{ if parameters.full }}:
2020
# In order to run tests in prod you must supply the unique ID of an Apigee app
2121
# that has authorized access to your service proxy.
22-
- bash: |
22+
- bash: |
2323
export PROXY_NAME="$(FULLY_QUALIFIED_SERVICE_NAME)"
2424
export APIGEE_ACCESS_TOKEN="$(secret.AccessToken)"
2525
export APIGEE_APP_ID="MY APP ID"

0 commit comments

Comments
 (0)