forked from AkkomaGang/akkoma
NotificationController: Fix test.
This commit is contained in:
parent
1aa8aa7d7f
commit
6c1232b486
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@ test "filters notifications using include_types" do
|
|||
|
||||
{:ok, mention_activity} = CommonAPI.post(other_user, %{"status" => "hey @#{user.nickname}"})
|
||||
{:ok, create_activity} = CommonAPI.post(user, %{"status" => "hey"})
|
||||
{:ok, favorite_activity, _} = CommonAPI.favorite(create_activity.id, other_user)
|
||||
{:ok, favorite_activity} = CommonAPI.favorite(other_user, create_activity.id)
|
||||
{:ok, reblog_activity, _} = CommonAPI.repeat(create_activity.id, other_user)
|
||||
{:ok, _, _, follow_activity} = CommonAPI.follow(other_user, user)
|
||||
|
||||
|
|
Loading…
Reference in a new issue