aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaniini <nenolod@gmail.com>2019-02-05 20:13:38 +0000
committerkaniini <nenolod@gmail.com>2019-02-05 20:13:38 +0000
commit00d572fd5838bf836ff98cac09cbe1cdf09d5c39 (patch)
treefc17c03a9ce8c1cc949ec3a75459da85b72a1b8d
parenteb2b1960e03c153b59ed9794201f305dd7068d36 (diff)
parent73e6a1f1dd9bfe9ebf95308292ecb9a2dd67abe4 (diff)
downloadpleroma-00d572fd5838bf836ff98cac09cbe1cdf09d5c39.tar.gz
Merge branch 'testfix/twitter-api' into 'develop'
test: twitterapi: fix another possible test failure case See merge request pleroma/pleroma!778
-rw-r--r--test/web/twitter_api/util_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/twitter_api/util_controller_test.exs b/test/web/twitter_api/util_controller_test.exs
index 8e152ecd4..007d7d8e6 100644
--- a/test/web/twitter_api/util_controller_test.exs
+++ b/test/web/twitter_api/util_controller_test.exs
@@ -36,7 +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")
+ Pleroma.Config.put([:fe], theme: "rei-ayanami-towel")
response =
conn