diff --git a/src/app/components/local-server/local-server.component.spec.ts b/src/app/components/local-server/local-server.component.spec.ts index 5440f27f..665f0850 100644 --- a/src/app/components/local-server/local-server.component.spec.ts +++ b/src/app/components/local-server/local-server.component.spec.ts @@ -7,7 +7,7 @@ import { MockedServerService } from '../../services/server.service.spec'; import { Server } from '../../models/server'; -fdescribe('LocalServerComponent', () => { +describe('LocalServerComponent', () => { let component: LocalServerComponent; let fixture: ComponentFixture; let router: any; diff --git a/src/app/services/server.service.spec.ts b/src/app/services/server.service.spec.ts index a4a9282e..d463bae6 100644 --- a/src/app/services/server.service.spec.ts +++ b/src/app/services/server.service.spec.ts @@ -151,7 +151,7 @@ describe('ServerService', () => { expectedServer.name = 'local'; expectedServer.host = 'hostname'; expectedServer.port = 9999; - expectedServer.location = 'local'; + expectedServer.location = 'remote'; expectedServer.is_local = true; service.getLocalServer('hostname', 9999).then(() => {