diff options
Diffstat (limited to 'test/support')
| -rw-r--r-- | test/support/ostatus_mock.ex | 11 | ||||
| -rw-r--r-- | test/support/websub_mock.ex | 9 | 
2 files changed, 0 insertions, 20 deletions
| diff --git a/test/support/ostatus_mock.ex b/test/support/ostatus_mock.ex deleted file mode 100644 index 9c0f2f323..000000000 --- a/test/support/ostatus_mock.ex +++ /dev/null @@ -1,11 +0,0 @@ -# Pleroma: A lightweight social networking server -# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/> -# SPDX-License-Identifier: AGPL-3.0-only - -defmodule Pleroma.Web.OStatusMock do -  import Pleroma.Factory - -  def handle_incoming(_doc) do -    insert(:note_activity) -  end -end diff --git a/test/support/websub_mock.ex b/test/support/websub_mock.ex deleted file mode 100644 index e3d5a5b16..000000000 --- a/test/support/websub_mock.ex +++ /dev/null @@ -1,9 +0,0 @@ -# Pleroma: A lightweight social networking server -# Copyright © 2017-2018 Pleroma Authors <https://pleroma.social/> -# SPDX-License-Identifier: AGPL-3.0-only - -defmodule Pleroma.Web.WebsubMock do -  def verify(sub) do -    {:ok, sub} -  end -end | 
