mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 09:34:04 +00:00
Update link in test comment
This commit is contained in:
parent
d531c972b6
commit
e4a32e17b7
1 changed files with 1 additions and 1 deletions
|
|
@ -590,7 +590,7 @@ test('table owner sees all the records when forceRls is false while other users
|
|||
expect(Order::first()->name)->toBe($order2->name);
|
||||
});
|
||||
|
||||
// https://github.com/tenancy-for-laravel/v4/issues/63
|
||||
// https://github.com/archtechx/tenancy/pull/1288
|
||||
test('user without BYPASSRLS can only query owned tables if forceRls is true', function(bool $forceRls) {
|
||||
CreateUserWithRLSPolicies::$forceRls = $forceRls;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue