aboutsummaryrefslogtreecommitdiff
path: root/test/support/api_spec_helpers.ex
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-06-03 19:03:41 +0200
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2021-06-03 19:03:41 +0200
commit2449be0cebe4179b00c1bfaf909ee94fbe9b0180 (patch)
tree37a69ba2a778a7c0797036d7388c1fda902bbb13 /test/support/api_spec_helpers.ex
parent6f2b5acc39112459c45d326bd3cd7cf6f19f5220 (diff)
downloadpleroma-bugfix/erlang-24-format.tar.gz
mix format on OTP 24 + Elixir 1.12.1bugfix/erlang-24-format
Diffstat (limited to 'test/support/api_spec_helpers.ex')
-rw-r--r--test/support/api_spec_helpers.ex4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/support/api_spec_helpers.ex b/test/support/api_spec_helpers.ex
index 36d6a8b81..886e72d73 100644
--- a/test/support/api_spec_helpers.ex
+++ b/test/support/api_spec_helpers.ex
@@ -29,9 +29,7 @@ defmodule Pleroma.Tests.ApiSpecHelpers do
end)
flunk(
- "Value does not conform to schema #{schema.title}: #{Enum.join(errors, "\n")}\n#{
- inspect(value)
- }"
+ "Value does not conform to schema #{schema.title}: #{Enum.join(errors, "\n")}\n#{inspect(value)}"
)
end
end