summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/nf/tests/test_instantiate_vnf.py
diff options
context:
space:
mode:
Diffstat (limited to 'lcm/lcm/nf/tests/test_instantiate_vnf.py')
-rw-r--r--lcm/lcm/nf/tests/test_instantiate_vnf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lcm/lcm/nf/tests/test_instantiate_vnf.py b/lcm/lcm/nf/tests/test_instantiate_vnf.py
index 4784fa29..b54a1359 100644
--- a/lcm/lcm/nf/tests/test_instantiate_vnf.py
+++ b/lcm/lcm/nf/tests/test_instantiate_vnf.py
@@ -48,11 +48,11 @@ class TestNFInstantiate(TestCase):
"vnfId": "413aa1fe-b4d1-11e8-8268-dff5aab95c63",
"vimAssets":
{
- "vimComputeResourceFlavour": [
+ "computeResourceFlavours": [
{
"resourceProviderId": "vgw",
"vimFlavourId": "yui",
- "directive": ""
+ "vimConnectionId": ""
},
]
}