Avoid caches during test for user-specific database_host
This commit is contained in:
parent
12f0826d32
commit
c7494c3c73
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user