diff --git a/tests/RLS/TableManagerTest.php b/tests/RLS/TableManagerTest.php index 5b1166ed..3cf7eb80 100644 --- a/tests/RLS/TableManagerTest.php +++ b/tests/RLS/TableManagerTest.php @@ -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;