diff options
author | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-11-15 08:20:37 +0000 |
---|---|---|
committer | Haelwenn <contact+git.pleroma.social@hacktivis.me> | 2023-11-15 08:20:37 +0000 |
commit | ca1b18ba2df38970582f64e0fed9147a5bfff43e (patch) | |
tree | 99efec162925f144e9e742ae874450f901886c36 /test | |
parent | 50c896169cd58c70ffa8c8bc6352e9d3a66dac6b (diff) | |
parent | 66f5ae0c5a0ab57dc6bf3f52bbf976128259800f (diff) | |
download | pleroma-ca1b18ba2df38970582f64e0fed9147a5bfff43e.tar.gz pleroma-ca1b18ba2df38970582f64e0fed9147a5bfff43e.zip |
Merge branch 'federation_status-access' into 'develop'
router: Make /federation_status publicly available
See merge request pleroma/pleroma!3937
Diffstat (limited to 'test')
-rw-r--r-- | test/pleroma/web/pleroma_api/controllers/instances_controller_test.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/pleroma/web/pleroma_api/controllers/instances_controller_test.exs b/test/pleroma/web/pleroma_api/controllers/instances_controller_test.exs index 365d26ab1..02afeda67 100644 --- a/test/pleroma/web/pleroma_api/controllers/instances_controller_test.exs +++ b/test/pleroma/web/pleroma_api/controllers/instances_controller_test.exs @@ -26,6 +26,8 @@ defmodule Pleroma.Web.PleromaApi.InstancesControllerTest do constant_unreachable: constant_unreachable, constant: constant } do + clear_config([:instance, :public], false) + constant_host = URI.parse(constant).host assert conn |