CDB-3256 Fixes test related to cache in templated layergroup creation
This commit is contained in:
parent
4cf1ddd6fc
commit
8a91b5cfb5
@ -1593,7 +1593,7 @@ suite('template_api', function() {
|
||||
if ( err ) throw err;
|
||||
assert.equal(res.statusCode, 200, res.statusCode + ': ' + res.body);
|
||||
// See https://github.com/CartoDB/Windshaft-cartodb/issues/176
|
||||
helper.checkNoCache(res);
|
||||
helper.checkCache(res);
|
||||
return null;
|
||||
},
|
||||
function finish(err) {
|
||||
|
Loading…
Reference in New Issue
Block a user