diff --git a/tests/TestCase.php b/tests/TestCase.php index 58a3803..1d1ede1 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -19,7 +19,7 @@ protected function resolveApplicationConfiguration($app) $app['config']->set('statamic.search.drivers.meilisearch', [ 'credentials' => [ 'url' => 'http://localhost:7700', - 'secret' => 'LARAVEL-HERD', + 'secret' => 'masterKey', ], ]);