Skip to content

Commit

Permalink
fixed variable names for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-mat authored Nov 11, 2024
1 parent ee70afe commit d86ad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit d86ad41

Please sign in to comment.