X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vfc%2Fgvnfm%2Fvnflcm.git;a=blobdiff_plain;f=lcm%2Flcm%2Fnf%2Ftests%2Ftest_heal_vnf.py;h=bde15e16ad31e2c04c110c8b557816d736ac5734;hp=14743b2e417521f0af5bb96932ba7e36ebf4d470;hb=74c937ccfbdaa77c8377d209e4b22156a3137a15;hpb=f9710137aaa97148bc62f5ecd6767420af4f4fea diff --git a/lcm/lcm/nf/tests/test_heal_vnf.py b/lcm/lcm/nf/tests/test_heal_vnf.py index 14743b2e..bde15e16 100644 --- a/lcm/lcm/nf/tests/test_heal_vnf.py +++ b/lcm/lcm/nf/tests/test_heal_vnf.py @@ -20,7 +20,7 @@ from rest_framework import status from rest_framework.test import APIClient from lcm.nf.biz.heal_vnf import HealVnf -from lcm.nf.const import c1_data_get_tenant_id_1, c9_data_create_vm, c10_data_get_vm, vnfd_model_dict +from .const import c1_data_get_tenant_id_1, c9_data_create_vm, c10_data_get_vm, vnfd_model_dict from lcm.pub.database.models import NfInstModel, JobStatusModel, VmInstModel from lcm.pub.utils import restcall from lcm.pub.utils.jobutil import JobUtil