summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authortusooa <tusooa@kazv.moe>2023-12-16 00:36:08 +0000
committertusooa <tusooa@kazv.moe>2023-12-16 00:36:08 +0000
commit6722b7f395f7da629d9c39b8c6eeb18ac8f500bc (patch)
treeba54db78e571fc75b62170f74f764ebaf96478c0 /test
parent6f654d534a1a606185c4f3543e7b1552f0a20566 (diff)
parentf07b134add9dc5e3ece6c5fcffe8aad6f753bab9 (diff)
downloadpleroma-6722b7f395f7da629d9c39b8c6eeb18ac8f500bc.tar.gz
pleroma-6722b7f395f7da629d9c39b8c6eeb18ac8f500bc.zip
Merge branch 'release/2.6.1' into 'stable'
Release: 2.6.1 See merge request pleroma/pleroma!3999
Diffstat (limited to 'test')
-rw-r--r--test/pleroma/web/twitter_api/util_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pleroma/web/twitter_api/util_controller_test.exs b/test/pleroma/web/twitter_api/util_controller_test.exs
index a4da23635..d06ae71aa 100644
--- a/test/pleroma/web/twitter_api/util_controller_test.exs
+++ b/test/pleroma/web/twitter_api/util_controller_test.exs
@@ -106,7 +106,7 @@ defmodule Pleroma.Web.TwitterAPI.UtilControllerTest do
|> get("/api/pleroma/healthcheck")
|> json_response_and_validate_schema(503)
- assert response == %{}
+ assert response == %{"error" => "Healthcheck disabled"}
end
test "returns 200 when healthcheck enabled and all ok", %{conn: conn} do