Fix test
authorMaxim Filippov <colixer@gmail.com>
Sun, 17 Feb 2019 21:10:48 +0000 (00:10 +0300)
committerMaxim Filippov <colixer@gmail.com>
Sun, 17 Feb 2019 21:10:48 +0000 (00:10 +0300)
test/web/twitter_api/twitter_api_controller_test.exs

index 527a920fb0f2dc32b3761452749b113b6b87c9b1..3922b3c5ef6136980686d3ce9e1578cd3305a0b5 100644 (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