foca
foca copied to clipboard
fix: failing unit tests
Issue 23 unit tests are failing. 22 tests fail due to connecting to the wrong db port here and here (should be using 27017).
Reproduce Run the following commands:
-
pip install -r requirements.txt
-
pip install -r requirements_dev.txt
-
cd examples/petstore-access-control
-
docker compose up -d
-
cd ../..
-
pytest tests