aboutsummaryrefslogtreecommitdiff
path: root/test/support
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2019-01-25 20:38:54 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2019-01-25 20:38:54 +0300
commitd99650270b980c006690a7051a2d5cffe07779f1 (patch)
treec74048af4789448bb47773591f255e85986c2af3 /test/support
parent060d280e64c201d3f8bec5615cc3b02cd460d3e1 (diff)
downloadpleroma-d99650270b980c006690a7051a2d5cffe07779f1.tar.gz
[#534] Federation reachability filtering tests.
Diffstat (limited to 'test/support')
-rw-r--r--test/support/factory.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/factory.ex b/test/support/factory.ex
index 4ac77981a..964b2b61c 100644
--- a/test/support/factory.ex
+++ b/test/support/factory.ex
@@ -193,7 +193,7 @@ defmodule Pleroma.Factory do
def websub_subscription_factory do
%Pleroma.Web.Websub.WebsubServerSubscription{
topic: "http://example.org",
- callback: "http://example/org/callback",
+ callback: "http://example.org/callback",
secret: "here's a secret",
valid_until: NaiveDateTime.add(NaiveDateTime.utc_now(), 100),
state: "requested"