Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit df613de

Browse files
committed
Also passing the key on the request
1 parent e0d8f6a commit df613de

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Statistics/Controllers/WebSocketsStatisticsControllerTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public function it_can_store_statistics()
1414
$this->post(
1515
action([WebSocketStatisticsEntriesController::class, 'store']),
1616
array_merge($this->payload(), [
17+
'key' => config('websockets.apps.0.key'),
1718
'secret' => config('websockets.apps.0.secret'),
1819
])
1920
);

0 commit comments

Comments
 (0)