projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
673e8e3
)
Apply 1 suggestion(s) to 1 file(s)
author
lain
<lain@soykaf.club>
Tue, 11 Aug 2020 09:08:27 +0000
(09:08 +0000)
committer
lain
<lain@soykaf.club>
Tue, 11 Aug 2020 09:08:27 +0000
(09:08 +0000)
test/support/conn_case.ex
patch
|
blob
|
history
diff --git
a/test/support/conn_case.ex
b/test/support/conn_case.ex
index b50ff1bccb23fbcb61260d07b3419235090bc6e2..7ef6812589b1f9c0e364bff2aae1b9a328f05a4e 100644
(file)
--- a/
test/support/conn_case.ex
+++ b/
test/support/conn_case.ex
@@
-58,7
+58,7
@@
defmodule Pleroma.Web.ConnCase do
defp empty_json_response(conn) do
body = response(conn, 204)
-
_ =
response_content_type(conn, :json)
+ response_content_type(conn, :json)
body
end