Skip to content

Commit

Permalink
Add 'privs' key to expected Editor model output
Browse files Browse the repository at this point in the history
the 'privs' column was added in metabrainz/bookbrainz-site#993 and merged into bookbrainz-site master branch in metabrainz/bookbrainz-site#1020
  • Loading branch information
MonkeyDo authored Sep 22, 2023
1 parent c29fa5a commit 6980533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('Editor model', () => {
'createdAt', 'activeAt', 'typeId', 'gender', 'genderId',
'areaId', 'revisionsApplied', 'revisionsReverted',
'totalRevisions', 'type', 'revisions', 'titleUnlockId',
'metabrainzUserId', 'cachedMetabrainzName'
'metabrainzUserId', 'cachedMetabrainzName', 'privs'
]);
});
});

0 comments on commit 6980533

Please sign in to comment.