Rename test

This commit is contained in:
Adria Navarro 2023-08-24 10:23:21 +02:00
parent bfa2b491f3
commit 9a7a3b9c72
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ describe("/permission", () => {
expect(res.body.rows[0]._id).toEqual(row._id)
})
it("should be able to access the view data when the table is set to public and with no view permissions overrides", async () => {
it("should not be able to access the view data when the table is not public and there are no view permissions overrides", async () => {
await config.api.permission.revoke({
roleId: STD_ROLE_ID,
resourceId: table._id,