Skip to content

Commit 184be54

Browse files
committed
refactor(tests): update middleware reference to SetupSite
1 parent 1e90adc commit 184be54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected function setUp(): void
2828

2929
$this->withoutVite();
3030

31-
// Ensure SetupTenant middleware is applied during tests
31+
// Ensure SetupSite middleware is applied during tests
3232
// This is done here since the "withMiddleware" method in workbench/bootstrap/app.php does not seem to work
3333
// $this->withMiddleware(SetupTenant::class) also does not work
3434
app(Kernel::class)->pushMiddleware(SetupSite::class);

0 commit comments

Comments
 (0)