diff options
author | Karen Konou <konoukaren@gmail.com> | 2019-02-08 12:44:02 +0100 |
---|---|---|
committer | Karen Konou <konoukaren@gmail.com> | 2019-02-08 12:44:02 +0100 |
commit | 98ec578f4d36ff1a94ee59087f57704ed109bd9c (patch) | |
tree | b3e6c350e87e7091b3b253ae5d4256446b2518b5 /test/web/twitter_api/util_controller_test.exs | |
parent | 97a2789caa5d269975da22a2153de22b7978ad36 (diff) | |
parent | d84392c9e05342a70d3a759ac380dcd41f22ed0e (diff) | |
download | pleroma-98ec578f4d36ff1a94ee59087f57704ed109bd9c.tar.gz |
Merge branch 'develop' into feature/thread-muting
Diffstat (limited to 'test/web/twitter_api/util_controller_test.exs')
-rw-r--r-- | test/web/twitter_api/util_controller_test.exs | 1 |
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 |