1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 14:44:05 +00:00

Correct PR link comment

This commit is contained in:
lukinovec 2025-05-15 15:17:36 +02:00
parent c9de955c88
commit 707d5434f8

View file

@ -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);
})->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) {
CreateUserWithRLSPolicies::$forceRls = $forceRls;