aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2019-02-05 18:49:02 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2019-02-05 18:49:02 +0000
commitc4d317ccb679f7fef11983b9629249e047bec4db (patch)
tree714f33974b820ed82cf09b22829682a94d4ed626
parent1d94b67e409010e4da20b4d325813390d9d8bb73 (diff)
downloadpleroma-c4d317ccb679f7fef11983b9629249e047bec4db.tar.gz
test: twitterapi: fix the test breakage for real
-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..8e152ecd4 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