Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmuma committed Dec 19, 2024
1 parent 3391c5b commit 80c867f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/unit/test_itde_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ 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",
)

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

0 comments on commit 80c867f

Please sign in to comment.