This commit is contained in:
Maxim Filippov 2019-02-18 00:10:48 +03:00
parent 94708d6370
commit fd17a0cc9b
1 changed files with 1 additions and 1 deletions

View File

@ -1896,7 +1896,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest 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