Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
calypsomatic committed Jan 18, 2024
1 parent 1fd2a87 commit 1490054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/WDS Running Python tests locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To run tests, WDS uses pytest. Ensure that is installed by running:
pip install pytest
```

Some tests also require a server from which to fetch test files. For these to work, you'll have to set up the nginx docker cotainer to serve them:
Some tests also require a server from which to fetch test files. For these to work, you'll have to set up the nginx docker container to serve them:
```bash
# start the server as a docker container in detached mode
docker run -v `pwd`/service/src/test/resources/nginx.conf:/etc/nginx/nginx.conf -v `pwd`/service/src/test/resources:/usr/share/nginx/html -p 9889:80 -d nginx:1.23.3
Expand Down

0 comments on commit 1490054

Please sign in to comment.