diff --git a/test/sanity-check/api/locale-test.js b/test/sanity-check/api/locale-test.js index 7623c661..a6f4fd9d 100644 --- a/test/sanity-check/api/locale-test.js +++ b/test/sanity-check/api/locale-test.js @@ -98,8 +98,8 @@ describe('Locale api Test', () => { makeLocale('hi-in') .fetch() .then((locale) => { - // locale.fallback_locale = 'en-at' - return locale.update({ locale: { fallback_locale: 'en-at' } }) + locale.fallback_locale = 'en-at' + return locale.update() }) .then((locale) => { expect(locale.code).to.be.equal('hi-in')