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

test: twitterapi: fix another possible test failure case

See merge request pleroma/pleroma!778
This commit is contained in:
kaniini 2019-02-05 20:13:38 +00:00
commit 00d572fd58
1 changed files with 1 additions and 1 deletions

View File

@ -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