aboutsummaryrefslogtreecommitdiffstats
path: root/onap-client/onap_client/sdc/tests/test_vsp.py
diff options
context:
space:
mode:
Diffstat (limited to 'onap-client/onap_client/sdc/tests/test_vsp.py')
-rw-r--r--onap-client/onap_client/sdc/tests/test_vsp.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/onap-client/onap_client/sdc/tests/test_vsp.py b/onap-client/onap_client/sdc/tests/test_vsp.py
index cd35a90..f401b22 100644
--- a/onap-client/onap_client/sdc/tests/test_vsp.py
+++ b/onap-client/onap_client/sdc/tests/test_vsp.py
@@ -64,6 +64,10 @@ def test_vsp_create():
},
)
mockup_catalog_item(
+ oc.sdc.license_model.catalog_items["GET_LICENSE_MODEL_VERSION"],
+ override_uri_params={"license_model_id": LICENSE_MODEL_ID, "license_model_version_id": LICENSE_MODEL_VERSION_ID},
+ )
+ mockup_catalog_item(
oc.sdc.license_model.catalog_items["GET_LICENSE_MODEL_VERSIONS"],
override_return_data={
"results": [{"name": LICENSE_MODEL_NAME, "id": LICENSE_MODEL_VERSION_ID}]