Skip to content

Commit

Permalink
Update db version in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Dec 20, 2024
1 parent aba7d5e commit 65251ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/unit/test_itde_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ def test_bring_itde_up(mock_spawn_env, secrets, env_info):
nameserver=(NAME_SERVER_ADDRESS,),
db_mem_size="4 GiB",
db_disk_size="10 GiB",
docker_db_image_version="8.18.1",
# this version has to be aligned with workflow setting
docker_db_image_version="8.31.0",
)

assert secrets.get(CKey.itde_container) == TEST_CONTAINER_NAME
Expand Down

0 comments on commit 65251ba

Please sign in to comment.