diff --git a/test/integration/pushNotifications.js b/test/integration/pushNotifications.js index 49d80de..693b231 100644 --- a/test/integration/pushNotifications.js +++ b/test/integration/pushNotifications.js @@ -54,7 +54,7 @@ describe('Push notifications', function() { storage: helpers.getStorage(), request: requestStub, pushNotificationsOpts: { - templatePath: '../lib/templates', + templatePath: './lib/templates', defaultLanguage: 'en', defaultUnit: 'btc', subjectPrefix: '', @@ -174,7 +174,7 @@ describe('Push notifications', function() { storage: helpers.getStorage(), request: requestStub, pushNotificationsOpts: { - templatePath: '../lib/templates', + templatePath: './lib/templates', defaultLanguage: 'en', defaultUnit: 'btc', subjectPrefix: '',