Skip to content

Commit 0a59628

Browse files
committed
fix test
1 parent 5f0aaad commit 0a59628

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/test_routers.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ async def test_health_check(client: AsyncClient):
1111
assert response.json() == snapshot(
1212
{
1313
"version": "7.0.8",
14-
"databases": ["admin", "config", "farmland", "local"],
14+
"databases": ["admin", "config", "local"],
1515
"collections": {
1616
"admin": ["system.version", "system.users"],
1717
"config": ["system.sessions"],
18-
"farmland": ["greens"],
1918
"local": ["startup_log"],
2019
},
2120
}

0 commit comments

Comments
 (0)