Skip to content

Commit

Permalink
added anonymous field to be ignored since testing is failing
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-mat authored Nov 11, 2024
1 parent d3f7f34 commit b4e146f
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 = ['isEnglish', 'translatedContent'];
const allowedExceptions = ['isEnglish', 'translatedContent', 'anonymous'];

function flattenAllOf(obj) {
return obj.reduce((memo, obj) => {
Expand Down

0 comments on commit b4e146f

Please sign in to comment.