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

Delete dump()

This commit is contained in:
lukinovec 2023-06-15 13:52:18 +02:00
parent b0effa60e7
commit 6bd78b4520
2 changed files with 0 additions and 5 deletions

View file

@ -162,9 +162,7 @@ test('global scope is not applied when using rls', function () {
test('queries are correctly scoped using RLS', function() {
// Create rls policies for tables
dump('creating rls policies', tenancy()->getTenantModels());
pest()->artisan('tenants:create-rls-policies');
dump('policies created', DB::select('select * from pg_policies'));
// Create two tenants with postgres users
$tenant = Tenant::create();