Skip to content

Commit f47db50

Browse files
authored
Update run-python-tests.yml
direction connection change
1 parent 84ffd75 commit f47db50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
working-directory: mflix/server/python-fastapi
6666
run: pytest -m integration --verbose --tb=short --junit-xml=test-results-integration.xml || true
6767
env:
68-
MONGO_URI: mongodb://localhost:27017
68+
MONGO_URI: mongodb://localhost:27017/?directConnection=true
6969
MONGO_DB: sample_mflix
7070

7171
- name: Upload test results

0 commit comments

Comments
 (0)