mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 01:54:04 +00:00
Correct PR link comment
This commit is contained in:
parent
c9de955c88
commit
707d5434f8
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@ test('table owner sees all the records when forceRls is false while other users
|
||||||
expect(Order::first()->name)->toBe($order2->name);
|
expect(Order::first()->name)->toBe($order2->name);
|
||||||
})->with([true, false]);
|
})->with([true, false]);
|
||||||
|
|
||||||
// https://github.com/archtechx/tenancy/pull/1288
|
// https://github.com/archtechx/tenancy/pull/1293
|
||||||
test('user without BYPASSRLS can only query owned tables if forceRls is true', function(bool $forceRls) {
|
test('user without BYPASSRLS can only query owned tables if forceRls is true', function(bool $forceRls) {
|
||||||
CreateUserWithRLSPolicies::$forceRls = $forceRls;
|
CreateUserWithRLSPolicies::$forceRls = $forceRls;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue