Merge pull request #1053 from CartoDB/fix-tests-undefined-server

Fix for non-deterministic test (undefined server)
This commit is contained in:
Rafa de la Torre
2018-10-24 12:11:36 +02:00
committed by GitHub

View File

@@ -129,7 +129,7 @@ function serverInstance(options) {
return otherServer;
}
return server;
return getServer();
}
function layergroupRequest(layergroupConfig, method, callbackName, extraParams) {