X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=test%2Fweb%2Ftwitter_api%2Ftwitter_api_controller_test.exs;h=78d4fdcb3505787411d20be19f06e0b83c06ce8c;hb=33a5d0a2385984168f7de063093c6a71c8b07b73;hp=39f1cdd4c37729913e23c858540cdb87cac906af;hpb=2a744cdff8a94d92683ab1a16f89bb51112006f8;p=akkoma diff --git a/test/web/twitter_api/twitter_api_controller_test.exs b/test/web/twitter_api/twitter_api_controller_test.exs index 39f1cdd4c..78d4fdcb3 100644 --- a/test/web/twitter_api/twitter_api_controller_test.exs +++ b/test/web/twitter_api/twitter_api_controller_test.exs @@ -585,7 +585,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do end describe "POST /api/account/update_profile.json" do - test "it updates a user's profile" do + test "it updates a user's profile", %{conn: conn} do user = insert(:user) conn = conn @@ -627,7 +627,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do end describe "GET /api/statusnet/tags/timeline/:tag.json" do - test "it returns the tags timeline" do + test "it returns the tags timeline", %{conn: conn} do user = insert(:user) user_two = insert(:user, %{nickname: "shp@shitposter.club"})