Updates based on review

This commit is contained in:
awgeorge
2019-02-22 09:45:22 +00:00
committed by Arthur Cinader
parent ff33c9939c
commit c5a5f57451
4 changed files with 13 additions and 16 deletions

View File

@@ -687,7 +687,7 @@ describe('SchemaController', () => {
});
});
it('refuses to add CLP with incorrect protectedFields', done => {
it('refuses to add CLP when incorrectly sending a string to protectedFields object value instead of an array', done => {
const levelPermissions = {
find: { '*': true },
get: { '*': true },