Skip to content

Commit b7aea29

Browse files
committed
refactor docker and compose for oracle linux
1 parent 47a0df5 commit b7aea29

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

tests/test_routers.py

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,16 @@ 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": [
15+
"admin",
16+
"config",
17+
# "farmland",
18+
"local"
19+
],
1520
"collections": {
1621
"admin": ["system.version", "system.users"],
1722
"config": ["system.sessions"],
18-
"farmland": ["greens"],
23+
# "farmland": ["greens"],
1924
"local": ["startup_log"],
2025
},
2126
}

0 commit comments

Comments
 (0)