test: twitterapi: fix the test breakage for real

This commit is contained in:
William Pitcock 2019-02-05 18:49:02 +00:00
parent 1d94b67e40
commit c4d317ccb6
1 changed files with 1 additions and 0 deletions

View File

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