From 9148855479e8671afe2264230c32abc3b0020ed6 Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Tue, 20 Aug 2024 08:05:13 +0100 Subject: [PATCH] doh --- tests/TestCase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ], ]);