diff --git a/test/helpers/api-integration/translate.js b/test/helpers/api-integration/translate.js index e3ad88b620..1e1ab83869 100644 --- a/test/helpers/api-integration/translate.js +++ b/test/helpers/api-integration/translate.js @@ -1,4 +1,4 @@ -import i18n from '../../../common/script/src/i18n'; +import i18n from '../../../common/script/i18n'; i18n.translations = require('../../../website/src/libs/api-v3/i18n').translations; // Use this to verify error messages returned by the server @@ -16,4 +16,3 @@ export function translate (key, variables) { return translatedString; } -