From 2bd590ef0e5b762dd04c1871470fc48ee2b7f488 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 19 Aug 2026 10:46:08 +0200 Subject: [PATCH] Correct the regression test --- tests/ActionTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/ActionTest.php b/tests/ActionTest.php index 90a7b807..5390afd9 100644 --- a/tests/ActionTest.php +++ b/tests/ActionTest.php @@ -71,8 +71,6 @@ test('create storage symlinks action fails for disks that are not tenant-aware', /** @var Tenant $tenant */ $tenant = Tenant::create(); - (new CreateStorageSymlinksAction)($tenant); - expect(fn () => (new CreateStorageSymlinksAction)($tenant)) ->toThrow(Exception::class, 'Disk public is not tenant-aware.');