We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2072675 commit c180eb1Copy full SHA for c180eb1
1 file changed
solid/tests/Unit/Controller/ServerControllerTest.php
@@ -370,6 +370,7 @@ public function testToken()
370
{
371
$_POST['client_id'] = self::MOCK_CLIENT_ID;
372
$_POST['code'] = '';
373
+ $_POST['grant_type'] = 'authorization_code';
374
$_SERVER['HTTP_DPOP'] = 'mock dpop';
375
$_SESSION['nonce'] = 'mock nonce';
376
0 commit comments