diff --git a/test/api.js b/test/api.js index 42040737df..a6b06377a8 100644 --- a/test/api.js +++ b/test/api.js @@ -663,7 +663,7 @@ describe('API', async () => { if (additionalProperties) { // All bets are off return; } - if (prop === "isEnglish" || prop === "translatedContent") { + if (prop === 'isEnglish' || prop === 'translatedContent') { return; // Skip the check for these properties }