Add rel=self link too feed.
[akkoma] / test / web / websub / websub_test.exs
index 93a44fe46635210dacc3c14be8d91478aea7a74d..36ea822990959574ddbbbad54d2a7628e45cdcca 100644 (file)
@@ -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,