diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-04-29 20:08:45 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-04-29 20:08:45 +0200 |
commit | 20015b4b67cf0dfab6bdb658c9eb0e1ae04febdc (patch) | |
tree | bd0163ce456b3c521aa3967f52819b853e1fa1f8 /test/web/websub/websub_test.exs | |
parent | ba1ea770012893ea818f248e9a0a2ee3ab854676 (diff) | |
download | pleroma-20015b4b67cf0dfab6bdb658c9eb0e1ae04febdc.tar.gz |
Save remote users with fqn as nickname.
Diffstat (limited to 'test/web/websub/websub_test.exs')
-rw-r--r-- | test/web/websub/websub_test.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/web/websub/websub_test.exs b/test/web/websub/websub_test.exs index 25c2b8baa..e0d71e16d 100644 --- a/test/web/websub/websub_test.exs +++ b/test/web/websub/websub_test.exs @@ -118,7 +118,8 @@ defmodule Pleroma.Web.WebsubTest do hub: "https://mastodon.social/api/push", uri: "https://mastodon.social/users/lambadalambda", nickname: "lambadalambda", - name: "Critical Value" + name: "Critical Value", + host: "mastodon.social" } assert expected == discovered |