diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-08-08 19:08:59 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2023-11-14 10:48:30 +0100 |
commit | 66f5ae0c5a0ab57dc6bf3f52bbf976128259800f (patch) | |
tree | 125cf4291b7fffc6620d54df76b6e3ee62be1c18 /test | |
parent | bf2d6abaf2f7ccc908c512a8d5be4e091779e9e5 (diff) | |
download | pleroma-66f5ae0c5a0ab57dc6bf3f52bbf976128259800f.tar.gz pleroma-66f5ae0c5a0ab57dc6bf3f52bbf976128259800f.zip |
router: Make /federation_status publicly available
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 |