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

Commit 1be4c76

Browse files
committed
🔧
1 parent 19967d4 commit 1be4c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Providers/Unit/BigCartelTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class BigCartelTest extends OAuth2ProviderTestAbstract{
2727
'{"data":"such data! much wow!"}',
2828
'/oauth2/api/accounts' =>
2929
'{"data":[{"id":"12345"}]}',
30-
'/oauth2/revoke_token' =>
30+
'/oauth2/revoke_token/12345' =>
3131
'',
3232
];
3333

0 commit comments

Comments
 (0)