ansible-server component spec- test case fix
[appc/cdt.git] / src / app / admin / view-edit / ansible-server.component.spec.ts
index 649c656..d3ccf96 100644 (file)
@@ -62,6 +62,7 @@ fdescribe('AnsibleServerComponent', () => {
 
     it('should create', () => {
         component.item = {};
+        sessionStorage.setItem("ansibleserver", "{\"server\":\"\",\"info\":[{\"ownerid\":\"\",\"regionid\":\"\",\"tenantid\":\"\"}]}");
         expect(component).toBeTruthy();
     });
 });