Also passing the key on the request

This commit is contained in:
Alex Renoki 2021-01-19 12:20:58 +02:00
parent e0d8f6ac33
commit df613de727
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class WebSocketsStatisticsControllerTest extends TestCase
$this->post( $this->post(
action([WebSocketStatisticsEntriesController::class, 'store']), action([WebSocketStatisticsEntriesController::class, 'store']),
array_merge($this->payload(), [ array_merge($this->payload(), [
'key' => config('websockets.apps.0.key'),
'secret' => config('websockets.apps.0.secret'), 'secret' => config('websockets.apps.0.secret'),
]) ])
); );