Publish
This commit is contained in:
parent
568f5719c6
commit
610621823c
|
@ -90,6 +90,10 @@ describe("/rowsActions", () => {
|
||||||
level: PermissionLevel.EXECUTE,
|
level: PermissionLevel.EXECUTE,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// replicate changes before checking permissions
|
||||||
|
await config.publish()
|
||||||
|
|
||||||
await config.withUser(user, async () => {
|
await config.withUser(user, async () => {
|
||||||
await createRowAction(tableId, createRowActionRequest(), {
|
await createRowAction(tableId, createRowActionRequest(), {
|
||||||
status: 403,
|
status: 403,
|
||||||
|
|
Loading…
Reference in New Issue