Skip to content

Commit e700f9f

Browse files
committed
Fix permissions
1 parent dceb80f commit e700f9f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/e2e/Adapter/Base.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16469,6 +16469,7 @@ public function testSharedTablesTenantPerDocument(): void
1646916469
$database->createCollection(__FUNCTION__, permissions: [
1647016470
Permission::create(Role::any()),
1647116471
Permission::read(Role::any()),
16472+
Permission::update(Role::any()),
1647216473
], documentSecurity: false);
1647316474

1647416475
$database->createAttribute(__FUNCTION__, 'name', Database::VAR_STRING, 100, false);

0 commit comments

Comments
 (0)