瀏覽代碼

test: twitterapi: fix another possible test failure case

tags/v0.9.9
William Pitcock 5 年之前
父節點
當前提交
73e6a1f1dd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      test/web/twitter_api/util_controller_test.exs

+ 1
- 1
test/web/twitter_api/util_controller_test.exs 查看文件

@@ -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


Loading…
取消
儲存