Skip to content
Snippets Groups Projects
Commit c4d317cc authored by kaniini's avatar kaniini
Browse files

test: twitterapi: fix the test breakage for real

parent 1d94b67e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment