From: Arundathi Patil Date: Wed, 31 Jul 2019 16:39:00 +0000 (+0530) Subject: param-name-value component- fixed erros in spec X-Git-Tag: 1.6.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=42cceaedeae20bf7ccea6b69dc6c72689c1c371d;p=appc%2Fcdt.git 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 --- 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); });