You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->assertSame('The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.', $jsonResponse['message']);
202
-
$this->assertSame('Plain code challenge method is not allowed for this client', $jsonResponse['hint']);
$this->assertEquals('The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed.', $query['message']);
202
+
$this->assertEquals('Plain code challenge method is not allowed for this client', $query['hint']);
0 commit comments