summaryrefslogtreecommitdiff
path: root/test/web/twitter_api/util_controller_test.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2019-02-06 11:33:00 +0700
committerEgor Kislitsyn <egor@kislitsyn.com>2019-02-06 11:33:00 +0700
commit6f05f448f86a0fdaf3bd04e626f6c311692edbef (patch)
treee309bb2d6f493f135f9e5fab7411aba0f39b1096 /test/web/twitter_api/util_controller_test.exs
parent14d967f515c4a431b8059a19d4b84a83c0f2aa28 (diff)
parentc46490b1999dd0ddb3d3b23409ba725c21811a96 (diff)
downloadpleroma-6f05f448f86a0fdaf3bd04e626f6c311692edbef.tar.gz
pleroma-6f05f448f86a0fdaf3bd04e626f6c311692edbef.zip
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/jobs
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