aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArundathi Patil <arundpil@in.ibm.com>2018-08-03 15:39:58 +0530
committerTakamune Cho <tc012c@att.com>2018-08-03 20:43:46 +0000
commit4769499e5523e480ebe89472c2249fd184024fec (patch)
tree37582bc12a6dd5e3b6e8f8bd79105ad4547f4308
parent31ec47c6fd8bdef196049551674c2c8701664286 (diff)
param-name-value - fixed test case
Test case in param-name-value was failing as it was expecting wrong value. Fixed this issue. Issue-ID: APPC-1064 Change-Id: Iaee9cb29b40ee2e2e39632cd91ef81c91d9e8c1c 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 e549238..bbea870 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
@@ -286,7 +286,7 @@ describe('GoldenConfigurationMappingComponent', () => {
component = fixture.componentInstance;
let fileName = component.updateFileNameForConfigScaleOut('Configure', 'testVnfType', '0.0.1', 'id1');
- let expectedFileName = "param_ Configure_testVnfType_0.0.1V_id1.json"
+ let expectedFileName = "param_Configure_testVnfType_0.0.1V_id1.json";
expect(expectedFileName).toBe(fileName);
});
}); \ No newline at end of file