Avoid caches during test for user-specific database_host

This commit is contained in:
Sandro Santilli 2013-11-12 22:38:42 +01:00
parent 12f0826d32
commit c7494c3c73

View File

@ -781,7 +781,7 @@ suite('server', function() {
var next = this;
assert.response(server, {
headers: {host: 'cartodb250user'},
url: '/tiles/test_table/15/16046/12354.png?cache_buster=4&' + style, // madrid
url: '/tiles/test_table/15/16046/12354.png?cache_buster=4.10&' + style,
method: 'GET',
encoding: 'binary'
},{}, function(res){