timeline_controller_test: Fix test name for elixir 1.14
This commit is contained in:
parent
09ab51eebb
commit
f12ddcd697
|
@ -885,7 +885,7 @@ test "muted emotions", %{conn: conn} do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "hashtag timeline handling of :restrict_unauthenticated setting" do
|
describe "hashtag timeline handling of restrict_unauthenticated setting" do
|
||||||
setup do
|
setup do
|
||||||
user = insert(:user)
|
user = insert(:user)
|
||||||
{:ok, activity1} = CommonAPI.post(user, %{status: "test #tag1"})
|
{:ok, activity1} = CommonAPI.post(user, %{status: "test #tag1"})
|
||||||
|
|
Loading…
Reference in New Issue