Fix testcase
This commit is contained in:
parent
59a1911950
commit
32007403c0
@ -894,7 +894,7 @@ suite('server', function() {
|
|||||||
var next = this;
|
var next = this;
|
||||||
assert.response(server, {
|
assert.response(server, {
|
||||||
headers: {host: 'localhost'},
|
headers: {host: 'localhost'},
|
||||||
url: '/tiles/test_table/15/16046/12354.png?cache_buster=2314' + cb,
|
url: '/tiles/test_table/15/16046/12354.png?cache_buster=2314',
|
||||||
method: 'GET',
|
method: 'GET',
|
||||||
encoding: 'binary'
|
encoding: 'binary'
|
||||||
},{}, function(res){
|
},{}, function(res){
|
||||||
|
Loading…
Reference in New Issue
Block a user