From 34e8fb7fa94bc41890ac4d177da8543ae41007ff Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 7 Aug 2023 10:44:58 +0200 Subject: [PATCH] Delete 'rls' test group --- tests/PostgresRLSTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PostgresRLSTest.php b/tests/PostgresRLSTest.php index 16aad55e..98d94906 100644 --- a/tests/PostgresRLSTest.php +++ b/tests/PostgresRLSTest.php @@ -214,7 +214,7 @@ test('queries are correctly scoped using RLS', function() { expect(ScopedComment::all()->pluck('text')) ->toContain($post1Comment->text) ->not()->toContain($post2Comment->text); -})->group('rls'); +}); test('users created by CreatePostgresUserForTenant are only granted the permissions specified in the static property', function() { config(['tenancy.rls.user_permissions' => ['INSERT', 'SELECT', 'UPDATE']]);