Переглянути джерело

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


Завантаження…
Відмінити
Зберегти