diff --git a/test/acceptance/ported/support/ported-server-options.js b/test/acceptance/ported/support/ported-server-options.js index 094cbfa6..57f85d28 100644 --- a/test/acceptance/ported/support/ported-server-options.js +++ b/test/acceptance/ported/support/ported-server-options.js @@ -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') } } },