Merge branch 'fix/instance-thumbnail-url' into 'develop'
[akkoma] / test / pleroma / web / admin_api / controllers / config_controller_test.exs
index 71151712e809be63459b682e8ec42f31a726770c..c4d07d61c8a4fdf002e5e4f3475d23ccab272a7c 100644 (file)
@@ -1445,8 +1445,8 @@ defmodule Pleroma.Web.AdminAPI.ConfigControllerTest do
                "need_reboot" => false
              }
 
-      assert res =
-               conn
+      _res =
+        assert conn
                |> get("/api/v1/instance")
                |> json_response_and_validate_schema(200)