mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 07:54:03 +00:00
Update tests/RLS/TableManagerTest.php
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
00d16d57e2
commit
3c6e5b36ac
1 changed files with 1 additions and 1 deletions
|
|
@ -625,7 +625,7 @@ test('users with BYPASSRLS privilege can bypass RLS regardless of forceRls setti
|
|||
|
||||
$tenant1->run(fn () => Order::create(['name' => 'order1', 'tenant_id' => $tenant1->getTenantKey()]));
|
||||
|
||||
// We are still usng the 'administrator' user
|
||||
// We are still using the 'administrator' user
|
||||
|
||||
if ($bypassRls) {
|
||||
// Users with BYPASSRLS can always query tables regardless of forceRls setting
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue