diff --git a/tests/BootstrapperTest.php b/tests/BootstrapperTest.php index 4f11e617..fe588159 100644 --- a/tests/BootstrapperTest.php +++ b/tests/BootstrapperTest.php @@ -93,9 +93,6 @@ test('database data is separated', function () { }); test('cache data is separated', function (string $bootstrapper) { - // Make sure that the prefixed 'redis' cache driver is used - expect(config('cache.default'))->toBe('redis'); - config([ 'tenancy.bootstrappers' => [$bootstrapper], ]);