summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/util_controller_test.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-02-08 13:12:33 +0300
committerrinpatch <rinpatch@sdf.org>2019-02-08 13:12:33 +0300
commit6c21f5aa167c0ad37a18f3164c9ec53fbad492c2 (patch)
tree66836dfd3425fd1407c2f4cf4b14f0fbdc662140 /test/web/twitter_api/util_controller_test.exs
parent8a0b755c19ef9c896f69de2b1bf22418a3aedf6f (diff)
parentd84392c9e05342a70d3a759ac380dcd41f22ed0e (diff)
downloadpleroma-6c21f5aa167c0ad37a18f3164c9ec53fbad492c2.tar.gz
pleroma-6c21f5aa167c0ad37a18f3164c9ec53fbad492c2.zip
Merge branch 'develop' into feature/keyword-policy
Diffstat (limited to 'test/web/twitter_api/util_controller_test.exs')
-rw-r--r--test/web/twitter_api/util_controller_test.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/web/twitter_api/util_controller_test.exs b/test/web/twitter_api/util_controller_test.exs
index dc9bad369..007d7d8e6 100644
--- a/test/web/twitter_api/util_controller_test.exs
+++ b/test/web/twitter_api/util_controller_test.exs
@@ -36,6 +36,7 @@ defmodule Pleroma.Web.TwitterAPI.UtilControllerTest do
describe "GET /api/statusnet/config.json" do
test "it returns the managed config", %{conn: conn} do
Pleroma.Config.put([:instance, :managed_config], false)
+ Pleroma.Config.put([:fe], theme: "rei-ayanami-towel")
response =
conn