This commit is contained in:
Adria Navarro 2024-08-26 14:38:18 +02:00
parent 568f5719c6
commit 610621823c
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,10 @@ describe("/rowsActions", () => {
level: PermissionLevel.EXECUTE,
})
}
// replicate changes before checking permissions
await config.publish()
await config.withUser(user, async () => {
await createRowAction(tableId, createRowActionRequest(), {
status: 403,