diff options
Diffstat (limited to 'test/support/conn_case.ex')
| -rw-r--r-- | test/support/conn_case.ex | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/test/support/conn_case.ex b/test/support/conn_case.ex index deee98599..eab469833 100644 --- a/test/support/conn_case.ex +++ b/test/support/conn_case.ex @@ -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 | 
