Skip to content

Commit

Permalink
bump mongo to 7.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
grillazz committed Apr 5, 2024
1 parent e666f72 commit 471515f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

services:
mongodb:
image: mongo:7.0.5
image: mongo:7.0.8
env:
MONGO_INITDB_DATABASE: greenhouse
MONGO_INITDB_ROOT_USERNAME: farmer
Expand Down
2 changes: 1 addition & 1 deletion tests/test_routers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
async def test_health_check(client: AsyncClient):
response = await client.get("/health-check")
assert response.status_code == status.HTTP_200_OK
assert response.json()["version"] == "7.0.5"
assert response.json()["version"] == "7.0.8"

0 comments on commit 471515f

Please sign in to comment.