Apply suggestion to test/web/pleroma_api/subscription_notification_controller_test.exs

This commit is contained in:
Roman Chvanikov 2019-09-17 13:43:15 +00:00
parent a81f80233d
commit 015597c2ab

View file

@ -50,7 +50,7 @@ defmodule Pleroma.Web.PleromaAPI.SubscriptionNotificationControllerTest do
{:ok, _activity} = CommonAPI.post(user, %{"status" => status_text})
[notification] = Repo.all(SubscriptionNotification)
path = subscription_notification_path(conn, :get, id: notification.id)
path = subscription_notification_path(conn, :get, notification)
conn =
conn