Merge branch 'develop' into feature/activitypub
[akkoma] / test / web / websub / websub_test.exs
index 1ca573d6600bf49b00eda84deadad111fc3be6b3..6b2c612addcc93c74f7b809ab92aa17b6113114a 100644 (file)
@@ -46,7 +46,8 @@ defmodule Pleroma.Web.WebsubTest do
     end
 
     {:error, sub} = Websub.verify(sub, getter)
-    assert sub.state == "rejected"
+    # Keep the current state.
+    assert sub.state == "requested"
   end
 
   test "an incoming subscription request" do