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

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

test: twitterapi: fix another possible test failure case

See merge request pleroma/pleroma!778
parents eb2b1960 73e6a1f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment