summaryrefslogtreecommitdiff
path: root/test/web/activity_pub
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-08-18 18:21:34 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-08-19 08:41:39 +0300
commit7dc275b69bbd50e7a6944c76c5541c0a9c41a051 (patch)
treeca352fa40c983afa36fc4c61e37a2156ec2644e5 /test/web/activity_pub
parent3d5d8c05c9de9a70a8d49576f125b9987f9d34e8 (diff)
downloadpleroma-7dc275b69bbd50e7a6944c76c5541c0a9c41a051.tar.gz
pleroma-7dc275b69bbd50e7a6944c76c5541c0a9c41a051.zip
relay fix for admin-fe
Diffstat (limited to 'test/web/activity_pub')
-rw-r--r--test/web/activity_pub/activity_pub_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/activity_pub_controller_test.exs b/test/web/activity_pub/activity_pub_controller_test.exs
index ed900d8f8..57988dc1e 100644
--- a/test/web/activity_pub/activity_pub_controller_test.exs
+++ b/test/web/activity_pub/activity_pub_controller_test.exs
@@ -533,7 +533,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
end)
:ok = Mix.Tasks.Pleroma.Relay.run(["list"])
- assert_receive {:mix_shell, :info, ["relay.mastodon.host"]}
+ assert_receive {:mix_shell, :info, ["https://relay.mastodon.host/actor"]}
end
@tag capture_log: true