From 77a9a874c9a53fada0d11bd98c4199a8d4b7c1e3 Mon Sep 17 00:00:00 2001 From: Vladimir Brik <22751545+vbrik@users.noreply.github.com> Date: Thu, 11 Apr 2024 12:52:49 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf2a26a..eac6593 100644 --- a/README.md +++ b/README.md @@ -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