add basic federation to websub.
This commit is contained in:
parent
39dc74f967
commit
77cb260628
2 changed files with 36 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ defmodule Pleroma.Web.WebsubTest do
|
|||
"hub.mode": "subscribe"
|
||||
} = Keyword.get(options, :params)
|
||||
|
||||
assert is_number(seconds)
|
||||
assert String.to_integer(seconds) > 0
|
||||
|
||||
{:ok, %HTTPoison.Response{
|
||||
status_code: 200,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue