From 707d5434f8858df628ea13b2cc1e646944967ab8 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 15 May 2025 15:17:36 +0200 Subject: [PATCH] Correct PR link comment --- tests/RLS/TableManagerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;