param-name-value - fixed test case 13/58913/2
authorArundathi Patil <arundpil@in.ibm.com>
Fri, 3 Aug 2018 10:09:58 +0000 (15:39 +0530)
committerTakamune Cho <tc012c@att.com>
Fri, 3 Aug 2018 20:43:46 +0000 (20:43 +0000)
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>
src/app/vnfs/build-artifacts/template-holder/param-name-value/param-name-value.component.spec.ts

index e549238..bbea870 100644 (file)
@@ -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