Skip to content

Commit

Permalink
fix mongo auth
Browse files Browse the repository at this point in the history
  • Loading branch information
grillazz committed Apr 17, 2024
1 parent 3a405db commit 4d80173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ async def test_health_check(client: AsyncClient):
assert response.json() == snapshot(
{
"version": "7.0.8",
"databases": ["admin", "config", "local"],
"databases": ["admin", "config", "farmland", "local"],
"collections": {
"admin": ["system.users", "system.version"],
"admin": ["system.version", "system.users"],
"config": ["system.sessions"],
"local": ["startup_log"],
},
Expand Down

0 comments on commit 4d80173

Please sign in to comment.