1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2025-01-24 22:55:52 +00:00
akkoma/test/support/websub_mock.ex

5 lines
82 B
Elixir

defmodule Pleroma.Web.WebsubMock do
def verify(sub) do
{:ok, sub}
end
end