forked from AkkomaGang/akkoma
test: twitterapi: fix another possible test failure case
This commit is contained in:
parent
eb2b1960e0
commit
73e6a1f1dd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ test "it returns HTTP 200", %{conn: conn} 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
|
||||
|
|
Loading…
Reference in a new issue