Skip to content

Commit 22f1341

Browse files
committed
reformat
1 parent 75e0a86 commit 22f1341

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Integration/Api/Client/Server/WebsocketControllerTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Pterodactyl\Tests\Integration\Api\Client\Server;
44

55
use Carbon\CarbonImmutable;
6-
use Pterodactyl\Models\User;
76
use Illuminate\Http\Response;
87
use Lcobucci\JWT\Configuration;
98
use Pterodactyl\Models\Permission;
@@ -33,7 +32,7 @@ public function testSubuserWithoutWebsocketPermissionReceivesError()
3332
*/
3433
public function testUserWithoutPermissionForServerReceivesError()
3534
{
36-
[,$server] = $this->generateTestAccount([Permission::ACTION_WEBSOCKET_CONNECT]);
35+
[, $server] = $this->generateTestAccount([Permission::ACTION_WEBSOCKET_CONNECT]);
3736
[$user,] = $this->generateTestAccount([Permission::ACTION_WEBSOCKET_CONNECT]);
3837

3938
$this->actingAs($user)->getJson("/api/client/servers/{$server->uuid}/websocket")

0 commit comments

Comments
 (0)