Skip to content

Commit

Permalink
Fixed test/api
Browse files Browse the repository at this point in the history
  • Loading branch information
AlAnoud2003 committed Nov 19, 2024
1 parent 108d0c4 commit 7d1a0e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified dump.rdb
Binary file not shown.
2 changes: 1 addition & 1 deletion test/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ describe('API', async () => {
return;
}

if (prop !== 'isEnglish') {
if (prop !== 'isEnglish' && prop!== 'translatedContent') {

Check failure on line 687 in test/api.js

View workflow job for this annotation

GitHub Actions / test

Operator '!==' must be spaced
assert(schema[prop], `"${prop}" was found in response, but is not defined in schema (path: ${method} ${path}, context: ${context})`);
}
});
Expand Down

0 comments on commit 7d1a0e9

Please sign in to comment.