diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2019-09-17 13:43:15 +0000 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2019-09-17 13:43:15 +0000 |
commit | 015597c2abbd9a78df76903bb2c3d229bf11e958 (patch) | |
tree | 2212e61349ed2935e9b69853dd8856eaeee4f06c | |
parent | a81f80233d63d98a0de7b57def76275182d5477e (diff) | |
download | pleroma-015597c2abbd9a78df76903bb2c3d229bf11e958.tar.gz pleroma-015597c2abbd9a78df76903bb2c3d229bf11e958.zip |
Apply suggestion to test/web/pleroma_api/subscription_notification_controller_test.exs
-rw-r--r-- | test/web/pleroma_api/subscription_notification_controller_test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/pleroma_api/subscription_notification_controller_test.exs b/test/web/pleroma_api/subscription_notification_controller_test.exs index ee495f112..781d27ead 100644 --- a/test/web/pleroma_api/subscription_notification_controller_test.exs +++ b/test/web/pleroma_api/subscription_notification_controller_test.exs @@ -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 |