aboutsummaryrefslogtreecommitdiffstats
path: root/lcm/ns/tests/tests_ns_terminate.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/ns/tests/tests_ns_terminate.py')
-rw-r--r--lcm/ns/tests/tests_ns_terminate.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/lcm/ns/tests/tests_ns_terminate.py b/lcm/ns/tests/tests_ns_terminate.py
index d7ce54a7..25d8d871 100644
--- a/lcm/ns/tests/tests_ns_terminate.py
+++ b/lcm/ns/tests/tests_ns_terminate.py
@@ -84,7 +84,10 @@ class TestTerminateNsViews(TestCase):
"status": JOB_MODEL_STATUS.PROCESSING,
"responseid": "2",
"statusdescription": "creating",
- "errorcode": "0"}]}}), '200']}
+ "errorcode": "0"}]}}), '200'],
+ "/api/catalog/v1/ns_descriptors/None":
+ [0, json.JSONEncoder().encode({}), '202'],
+ }
def side_effect(*args):
return mock_vals[args[4]]