1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2025-01-19 15:41:03 +01:00

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

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