static-fe tests: fix to work on stable

stable
rinpatch 5 years ago
parent c46d035f7b
commit e25197788f

@ -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, %{

Loading…
Cancel
Save