diff --git a/cli/tests/fixtures/task.py b/cli/tests/fixtures/task.py index 16990df..02ecb12 100644 --- a/cli/tests/fixtures/task.py +++ b/cli/tests/fixtures/task.py @@ -28,7 +28,12 @@ def task_fixture(): "container_status": { "network_infos": [ { - "ip_address": "172.17.8.12" + "ip_address": "172.17.8.12", + "ip_addresses": [ + { + "ip_address": "127.17.8.12" + } + ] } ] },