X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Ftasks%2Fuser_test.exs;h=8df835b56d6dba14f2076bdcd949dcde417a5868;hb=a21baf89d874823137cc49052cfe8da769ac0748;hp=bfd0ccbc588b0bbd59f5e70c379acff2d509a873;hpb=43ea16870fe60578a6528e1f01bfaab68943a1bc;p=akkoma diff --git a/test/tasks/user_test.exs b/test/tasks/user_test.exs index bfd0ccbc5..8df835b56 100644 --- a/test/tasks/user_test.exs +++ b/test/tasks/user_test.exs @@ -1,5 +1,5 @@ # Pleroma: A lightweight social networking server -# Copyright © 2017-2019 Pleroma Authors +# Copyright © 2017-2020 Pleroma Authors # SPDX-License-Identifier: AGPL-3.0-only defmodule Mix.Tasks.Pleroma.UserTest do @@ -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])