Merge branch 'master' into Insert-image-drawing

This commit is contained in:
Piotr Pekala 2019-03-26 05:22:53 -07:00
commit 5ff0049a13

View File

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