Fix test where http-fallback-image renderer was failing quietly
This commit is contained in:
parent
7b8cc0a8b8
commit
3967aecfdc
@ -41,7 +41,7 @@ module.exports = _.extend({}, serverOptions, {
|
|||||||
whitelist: ['http://127.0.0.1:8033/{s}/{z}/{x}/{y}.png'],
|
whitelist: ['http://127.0.0.1:8033/{s}/{z}/{x}/{y}.png'],
|
||||||
fallbackImage: {
|
fallbackImage: {
|
||||||
type: 'fs',
|
type: 'fs',
|
||||||
src: path.join(__dirname, '/../../test/fixtures/http/basemap.png')
|
src: path.join(__dirname, '/../../../fixtures/http/basemap.png')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user