Granular CLP pointer permissions (#6352)
* set pointer permissions per operatioon; tests * more tests * fixes addField permission; tests
This commit is contained in:
committed by
Antonio Davi Macedo Coelho de Castro
parent
4beb89fc2e
commit
3c46117d9b
@@ -1665,7 +1665,7 @@ describe('Class Level Permissions for requiredAuth', () => {
|
||||
);
|
||||
});
|
||||
|
||||
it('required auth test get not authenitcated', done => {
|
||||
it('required auth test get not authenticated', done => {
|
||||
config.database
|
||||
.loadSchema()
|
||||
.then(schema => {
|
||||
@@ -1704,7 +1704,7 @@ describe('Class Level Permissions for requiredAuth', () => {
|
||||
);
|
||||
});
|
||||
|
||||
it('required auth test find not authenitcated', done => {
|
||||
it('required auth test find not authenticated', done => {
|
||||
config.database
|
||||
.loadSchema()
|
||||
.then(schema => {
|
||||
|
||||
Reference in New Issue
Block a user