Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Mar 8, 2024
1 parent 19967d4 commit 1be4c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Providers/Unit/BigCartelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class BigCartelTest extends OAuth2ProviderTestAbstract{
'{"data":"such data! much wow!"}',
'/oauth2/api/accounts' =>
'{"data":[{"id":"12345"}]}',
'/oauth2/revoke_token' =>
'/oauth2/revoke_token/12345' =>
'',
];

Expand Down

0 comments on commit 1be4c76

Please sign in to comment.