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

test: twitterapi: fix another possible test failure case

parent eb2b1960
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ defmodule Pleroma.Web.TwitterAPI.UtilControllerTest do ...@@ -36,7 +36,7 @@ defmodule Pleroma.Web.TwitterAPI.UtilControllerTest do
describe "GET /api/statusnet/config.json" do describe "GET /api/statusnet/config.json" do
test "it returns the managed config", %{conn: conn} do test "it returns the managed config", %{conn: conn} do
Pleroma.Config.put([:instance, :managed_config], false) Pleroma.Config.put([:instance, :managed_config], false)
Pleroma.Config.put([:fe, :theme], "rei-ayanami-towel") Pleroma.Config.put([:fe], theme: "rei-ayanami-towel")
response = response =
conn 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