We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b568a5 commit d2c57c7Copy full SHA for d2c57c7
1 file changed
tests/Feature/OAuthControllerTest.php
@@ -46,7 +46,6 @@ public function test_it_can_generate_a_password_grant_access_token_for_an_admin(
46
47
$this->json('post', '/oauth/token', [
48
'client_id' => $client->id,
49
- 'client_secret' => $client->plainSecret,
50
'grant_type' => 'password',
51
'username' => $user->email,
52
'password' => 'password',
@@ -74,7 +73,6 @@ public function test_it_wont_grant_a_password_access_token_for_an_admin_with_inc
74
73
75
76
77
78
79
80
'password' => 'wrong password',
0 commit comments