From 42cceaedeae20bf7ccea6b69dc6c72689c1c371d Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Wed, 31 Jul 2019 22:09:00 +0530 Subject: param-name-value component- fixed erros in spec removed unwanted method calls in spec file Issue-ID: APPC-1632 Change-Id: I40692e179fc25a7f0bd63fa09bb55f4a78094a74 Signed-off-by: Arundathi Patil --- .../template-holder/param-name-value/param-name-value.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.spec.ts b/src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.spec.ts index bbea870..08f9c64 100644 --- a/src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.spec.ts +++ b/src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.spec.ts @@ -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); }); -- cgit 1.2.3-korg