Also passing the key on the request
This commit is contained in:
parent
e0d8f6ac33
commit
df613de727
|
|
@ -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'),
|
||||
])
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue