From 998360af04ad5fb4c9a8ee00c9b8fedb8b992297 Mon Sep 17 00:00:00 2001 From: Tamar Ben-Shachar Date: Fri, 12 Feb 2016 12:20:10 -0800 Subject: [PATCH] fix task slave schema due to mesos change --- cli/tests/fixtures/task.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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" + } + ] } ] },