logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 00d572fd5838bf836ff98cac09cbe1cdf09d5c39
parent: eb2b1960e03c153b59ed9794201f305dd7068d36
Author: kaniini <nenolod@gmail.com>
Date:   Tue,  5 Feb 2019 20:13:38 +0000

Merge branch 'testfix/twitter-api' into 'develop'

test: twitterapi: fix another possible test failure case

See merge request pleroma/pleroma!778

Diffstat:

Mtest/web/twitter_api/util_controller_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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