Include session scopes in TokenView
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
6358294943
commit
23e5eed4e0
3 changed files with 4 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
|
|||
|> hd()
|
||||
|> Map.keys()
|
||||
|
||||
assert keys -- ["id", "app_name", "valid_until"] == []
|
||||
assert keys -- ["id", "app_name", "valid_until", "scopes"] == []
|
||||
end
|
||||
|
||||
test "revoke token", %{token: token} do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue