diff options
author | lain <lain@soykaf.club> | 2020-05-06 11:44:30 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-05-06 11:44:30 +0200 |
commit | 205313e54146c00374e3edfa951132a7229fa16d (patch) | |
tree | db392c5ef71a2a40fb8a041635d2536b34dc454d /test/support/conn_case.ex | |
parent | 9637cded21cef1e6c531dd46d5f5245c4c3ed03c (diff) | |
parent | 07e7c80bc9e919cd92ca9dda1e21384142e5bd77 (diff) | |
download | pleroma-205313e54146c00374e3edfa951132a7229fa16d.tar.gz pleroma-205313e54146c00374e3edfa951132a7229fa16d.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into remake-remodel-dms
Diffstat (limited to 'test/support/conn_case.ex')
-rw-r--r-- | test/support/conn_case.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/conn_case.ex b/test/support/conn_case.ex index fa30a0c41..91c03b1a8 100644 --- a/test/support/conn_case.ex +++ b/test/support/conn_case.ex @@ -74,7 +74,7 @@ defmodule Pleroma.Web.ConnCase do status = Plug.Conn.Status.code(status) unless lookup[op_id].responses[status] do - err = "Response schema not found for #{conn.status} #{conn.method} #{conn.request_path}" + err = "Response schema not found for #{status} #{conn.method} #{conn.request_path}" flunk(err) end |