CI: Bump lint stage to elixir-1.12
[akkoma] / test / support / conn_case.ex
index deee9859976e681b0feceb4ffc824b4cb72592a4..eab46983391fb17415dbd82cfe1140f25541416e 100644 (file)
@@ -102,9 +102,7 @@ defmodule Pleroma.Web.ConnCase do
               end)
 
             flunk(
-              "Response does not conform to schema of #{op_id} operation: #{
-                Enum.join(errors, "\n")
-              }\n#{inspect(json)}"
+              "Response does not conform to schema of #{op_id} operation: #{Enum.join(errors, "\n")}\n#{inspect(json)}"
             )
         end
       end