diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-13 14:12:51 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-04-13 14:12:51 +0400 |
commit | dc8fa04192cc133749e762b78ec043e0902d046d (patch) | |
tree | 06e827fb1f4ef95f266ac98f4ca0f23eaf3aea8c /test/tasks | |
parent | dd612f86ae85248062159d3d21f4a98cd3b4d65e (diff) | |
parent | 7ee35eb9a6a55ef610eb02a04a33f67e5921cff3 (diff) | |
download | pleroma-dc8fa04192cc133749e762b78ec043e0902d046d.tar.gz |
Merge branch 'develop' into global-status-expiration
Diffstat (limited to 'test/tasks')
-rw-r--r-- | test/tasks/user_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tasks/user_test.exs b/test/tasks/user_test.exs index b45f37263..8df835b56 100644 --- a/test/tasks/user_test.exs +++ b/test/tasks/user_test.exs @@ -140,7 +140,7 @@ defmodule Mix.Tasks.Pleroma.UserTest do test "user is unsubscribed" do followed = insert(:user) user = insert(:user) - User.follow(user, followed, "accept") + User.follow(user, followed, :follow_accept) Mix.Tasks.Pleroma.User.run(["unsubscribe", user.nickname]) |