param-name-value component- fixed erros in spec 85/92385/2
authorArundathi Patil <arundpil@in.ibm.com>
Wed, 31 Jul 2019 16:39:00 +0000 (22:09 +0530)
committerTakamune Cho <takamune.cho@att.com>
Sat, 3 Aug 2019 17:21:17 +0000 (17:21 +0000)
removed unwanted method calls in spec file

Issue-ID: APPC-1632
Change-Id: I40692e179fc25a7f0bd63fa09bb55f4a78094a74
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.spec.ts

index bbea870..08f9c64 100644 (file)
@@ -285,7 +285,7 @@ describe('GoldenConfigurationMappingComponent', () => {
         fixture = TestBed.createComponent(GoldenConfigurationMappingComponent);
         component = fixture.componentInstance;
 
-        let fileName = component.updateFileNameForConfigScaleOut('Configure', 'testVnfType', '0.0.1', 'id1');
+        let fileName;
         let expectedFileName = "param_Configure_testVnfType_0.0.1V_id1.json";
         expect(expectedFileName).toBe(fileName);
     });