mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
service(NodeJWTService): fix usage of deprecated parameters
This commit is contained in:
@@ -65,7 +65,7 @@ class ServerDeletionServiceTest extends IntegrationTestCase
|
||||
$this->expectException(DaemonConnectionException::class);
|
||||
|
||||
$this->daemonServerRepository->expects('setServer->delete')->withNoArgs()->andThrows(
|
||||
new DaemonConnectionException(new BadResponseException('Bad request', new Request('GET', '/test')))
|
||||
new DaemonConnectionException(new BadResponseException('Bad request', new Request('GET', '/test'), null))
|
||||
);
|
||||
|
||||
$this->getService()->handle($server);
|
||||
|
||||
Reference in New Issue
Block a user