forked from AkkomaGang/akkoma
Fix test
This commit is contained in:
parent
94708d6370
commit
fd17a0cc9b
1 changed files with 1 additions and 1 deletions
|
@ -1896,7 +1896,7 @@ test "renders list", %{token: token} do
|
|||
|> hd()
|
||||
|> Map.keys()
|
||||
|
||||
assert keys -- ["id", "refresh_token", "token", "valid_until"] == []
|
||||
assert keys -- ["id", "app_name", "valid_until"] == []
|
||||
end
|
||||
|
||||
test "revoke token", %{token: token} do
|
||||
|
|
Loading…
Reference in a new issue