diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-05-20 15:14:11 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-05-20 15:15:13 +0400 |
commit | 5ba6e1c322c0937849eca53fc816f348659fb34c (patch) | |
tree | a4cd1b07029036d51a8c8fad9b57deffd4fa9b7c /test | |
parent | f3fc8b22b1dca8d432d066417e2bb9b62a3f1520 (diff) | |
download | pleroma-5ba6e1c322c0937849eca53fc816f348659fb34c.tar.gz |
Move notification actions to PleromaAPI.NotificationController
Diffstat (limited to 'test')
-rw-r--r-- | test/web/pleroma_api/controllers/notification_controller_test.exs (renamed from test/web/pleroma_api/controllers/pleroma_api_controller_test.exs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/pleroma_api/controllers/pleroma_api_controller_test.exs b/test/web/pleroma_api/controllers/notification_controller_test.exs index c4c661266..7c5ace804 100644 --- a/test/web/pleroma_api/controllers/pleroma_api_controller_test.exs +++ b/test/web/pleroma_api/controllers/notification_controller_test.exs @@ -2,7 +2,7 @@ # Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/> # SPDX-License-Identifier: AGPL-3.0-only -defmodule Pleroma.Web.PleromaAPI.PleromaAPIControllerTest do +defmodule Pleroma.Web.PleromaAPI.NotificationControllerTest do use Pleroma.Web.ConnCase alias Pleroma.Notification |