Fix typo
This commit is contained in:
parent
43c56af0fc
commit
a444b80c96
@ -263,7 +263,7 @@ TestClient.prototype.getLayergroup = function(expectedResponse, callback) {
|
|||||||
var parsedBody = JSON.parse(res.body);
|
var parsedBody = JSON.parse(res.body);
|
||||||
|
|
||||||
if (parsedBody.layergroupid) {
|
if (parsedBody.layergroupid) {
|
||||||
self.keysToDelete['map_cfg|' + LayergroupToken.parse(parsedBody.layergroupId).token] = 0;
|
self.keysToDelete['map_cfg|' + LayergroupToken.parse(parsedBody.layergroupid).token] = 0;
|
||||||
self.keysToDelete['user:localhost:mapviews:global'] = 5;
|
self.keysToDelete['user:localhost:mapviews:global'] = 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user