total rebase
[anni] / test / pleroma / web / twitter_api / util_controller_test.exs
old mode 100755 (executable)
new mode 100644 (file)
index a4da236..d06ae71
@@ -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