Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vbrik authored Apr 11, 2024
1 parent 8857564 commit 77a9a87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ Keycloak may take a minute to start. If it does not, check your network settings
as it does not play well with VPNs and other more exotic network situations.

Start an instance of mongodb in another terminal:
docker run --rm -it -p 27017:27017 -d mongo:latest
docker run --rm -it -p 27017:27017 -d mongo:latest

Finally, run the tests:

KEYCLOAK_URL=http://localhost:8080 USERNAME=admin PASSWORD=admin pytest
KEYCLOAK_URL=http://localhost:8080 USERNAME=admin PASSWORD=admin pytest -v

### Getting Test Coverage

Expand Down

0 comments on commit 77a9a87

Please sign in to comment.