From 3c6e5b36ac2415b9a745c70648c4cb992494d2b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Thu, 5 Jun 2025 04:57:22 +0200 Subject: [PATCH] Update tests/RLS/TableManagerTest.php Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- 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 d48e5d66..c0520a1d 100644 --- a/tests/RLS/TableManagerTest.php +++ b/tests/RLS/TableManagerTest.php @@ -625,7 +625,7 @@ test('users with BYPASSRLS privilege can bypass RLS regardless of forceRls setti $tenant1->run(fn () => Order::create(['name' => 'order1', 'tenant_id' => $tenant1->getTenantKey()])); - // We are still usng the 'administrator' user + // We are still using the 'administrator' user if ($bypassRls) { // Users with BYPASSRLS can always query tables regardless of forceRls setting