From: Maxim Filippov Date: Sun, 17 Feb 2019 21:10:48 +0000 (+0300) Subject: Fix test X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=fd17a0cc9b78d1338e1fee51aa452858172639fe;p=akkoma Fix test --- diff --git a/test/web/twitter_api/twitter_api_controller_test.exs b/test/web/twitter_api/twitter_api_controller_test.exs index 527a920fb..3922b3c5e 100644 --- a/test/web/twitter_api/twitter_api_controller_test.exs +++ b/test/web/twitter_api/twitter_api_controller_test.exs @@ -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