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'), ]) );