diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-04 16:28:23 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-06-04 16:28:23 +0700 |
commit | 9ce928d8238877f870e099cb2fe010d322717856 (patch) | |
tree | 5ef9fb748ea007f31e1ce39a091e66f808672374 /test/support/websub_mock.ex | |
parent | a7affbdd6d46caddea05ee6b34e0b2a24a62e721 (diff) | |
parent | d977d73b91dbf8e9129de0478c51114d7d462edf (diff) | |
download | pleroma-9ce928d8238877f870e099cb2fe010d322717856.tar.gz |
Merge remote-tracking branch 'pleroma/develop' into feature/addressable-lists
Diffstat (limited to 'test/support/websub_mock.ex')
-rw-r--r-- | test/support/websub_mock.ex | 9 |
1 files changed, 0 insertions, 9 deletions
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 |