Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
grillazz committed Apr 17, 2024
1 parent d841c6b commit ced64e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- mongodb

mongodb:
image: mongo:latest
image: mongo:7.0.8
env_file:
- .env
ports:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ async def test_health_check(client: AsyncClient):
"version": "7.0.8",
"databases": ["admin", "config", "local"],
"collections": {
"admin": ["system.version", "system.users"],
"admin": ["system.users", "system.version"],
"config": ["system.sessions"],
"local": ["startup_log"],
},
Expand Down

0 comments on commit ced64e8

Please sign in to comment.