From d86ad41a6ab618d1400b496f9f56f5d54b062b68 Mon Sep 17 00:00:00 2001 From: anna-mat <128937217+anna-mat@users.noreply.github.com> Date: Mon, 11 Nov 2024 17:22:06 -0500 Subject: [PATCH] fixed variable names for testing --- test/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api.js b/test/api.js index 7896afb2e5..d50a2cdea8 100644 --- a/test/api.js +++ b/test/api.js @@ -585,7 +585,7 @@ describe('API', async () => { function compare(schema, response, method, path, context) { let required = []; const additionalProperties = schema.hasOwnProperty('additionalProperties'); - const allowedExceptions = ['is_english', 'translated_content']; + const allowedExceptions = ['isEnglish', 'translatedContent']; function flattenAllOf(obj) { return obj.reduce((memo, obj) => {