CDB-3256 Fixes test related to cache in templated layergroup creation

This commit is contained in:
Raul Ochoa 2014-06-24 16:05:54 +02:00
parent 4cf1ddd6fc
commit 8a91b5cfb5

View File

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