From 5123fe510da52369a73dfbfc64f2f25d05ff90af Mon Sep 17 00:00:00 2001 From: yayogev Date: Mon, 21 Aug 2017 10:06:31 +0300 Subject: fix CLI unit tests Change-Id: Ie54f56adf2cd4cc42cf89c2b30004c1cf15eb2d6 Signed-off-by: yayogev --- app/test/fetch/cli_fetch/test_data/cli_fetch_vservice_vnics.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/test/fetch/cli_fetch/test_data') diff --git a/app/test/fetch/cli_fetch/test_data/cli_fetch_vservice_vnics.py b/app/test/fetch/cli_fetch/test_data/cli_fetch_vservice_vnics.py index 0b60af5..bef0ed2 100644 --- a/app/test/fetch/cli_fetch/test_data/cli_fetch_vservice_vnics.py +++ b/app/test/fetch/cli_fetch/test_data/cli_fetch_vservice_vnics.py @@ -198,7 +198,7 @@ RAW_VNIC = { "vnic_type": "vservice_vnic" } -NETWORK = [{ +NETWORK = { "admin_state_up": True, "cidrs": [ "172.16.13.0/24" @@ -252,7 +252,7 @@ NETWORK = [{ }, "tenant_id": "75c0eb79ff4a42b0ae4973c8375ddf40", "type": "network" -}] +} VSERVICE = { "children_url": "/osdna_dev/discover.py?type=tree&id=qdhcp-8673c48a-f137-4497-b25d-08b7b218fd17", -- cgit 1.2.3-korg