[#114] Added email confirmation resend action. Added tests
[akkoma] / test / support / websub_mock.ex
1 defmodule Pleroma.Web.WebsubMock do
2 def verify(sub) do
3 {:ok, sub}
4 end
5 end