forked from AkkomaGang/akkoma
test: twitterapi: fix the test breakage for real
This commit is contained in:
parent
1d94b67e40
commit
c4d317ccb6
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ test "it returns HTTP 200", %{conn: conn} 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")
|
||||||
|
|
||||||
response =
|
response =
|
||||||
conn
|
conn
|
||||||
|
|
Loading…
Reference in a new issue