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(() => {