Fix test where http-fallback-image renderer was failing quietly

This commit is contained in:
Daniel García Aubert 2020-03-18 19:45:31 +01:00
parent 7b8cc0a8b8
commit 3967aecfdc

View File

@ -41,7 +41,7 @@ module.exports = _.extend({}, serverOptions, {
whitelist: ['http://127.0.0.1:8033/{s}/{z}/{x}/{y}.png'],
fallbackImage: {
type: 'fs',
src: path.join(__dirname, '/../../test/fixtures/http/basemap.png')
src: path.join(__dirname, '/../../../fixtures/http/basemap.png')
}
}
},