aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2019-07-31 22:09:00 +0530
committerTakamune Cho <takamune.cho@att.com>2019-08-03 17:21:17 +0000
commit42cceaedeae20bf7ccea6b69dc6c72689c1c371d (patch)
treec05bdd018eb5f547df1120e37a3b32ca17ef745b
parent1839f815677bfad9b0f33e4537f5e24b771d5ecc (diff)
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 <arundpil@in.ibm.com>
-rw-r--r--src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.spec.ts2
1 files changed, 1 insertions, 1 deletions
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);
});