static-fe tests: fix to work on stable

This commit is contained in:
rinpatch 2020-03-16 00:17:28 +03:00
parent c46d035f7b
commit e25197788f
1 changed files with 2 additions and 1 deletions

View File

@ -123,7 +123,8 @@ defmodule Pleroma.Web.StaticFE.StaticFEControllerTest do
assert html =~ ~s[<script>alert('xss')</script>]
end
test "shows the whole thread", %{conn: conn, user: user} do
test "shows the whole thread", %{conn: conn} do
user = insert(:user)
{:ok, activity} = CommonAPI.post(user, %{"status" => "space: the final frontier"})
CommonAPI.post(user, %{