From df613de727fa5e95c471b35ae54b7ca6212442ed Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Tue, 19 Jan 2021 12:20:58 +0200 Subject: [PATCH] Also passing the key on the request --- .../Controllers/WebSocketsStatisticsControllerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Statistics/Controllers/WebSocketsStatisticsControllerTest.php b/tests/Statistics/Controllers/WebSocketsStatisticsControllerTest.php index 14e4629..beede8a 100644 --- a/tests/Statistics/Controllers/WebSocketsStatisticsControllerTest.php +++ b/tests/Statistics/Controllers/WebSocketsStatisticsControllerTest.php @@ -14,6 +14,7 @@ class WebSocketsStatisticsControllerTest extends TestCase $this->post( action([WebSocketStatisticsEntriesController::class, 'store']), array_merge($this->payload(), [ + 'key' => config('websockets.apps.0.key'), 'secret' => config('websockets.apps.0.secret'), ]) );