Remove useless header on the get request

This commit is contained in:
Mark Felder 2021-03-02 14:04:50 -06:00
parent 210aa42f74
commit 913d53b7d7

View file

@ -384,7 +384,6 @@ test "discloses application metadata when enabled" do
result =
conn
|> put_req_header("content-type", "application/json")
|> get("api/v1/statuses/#{activity}")
assert %{
@ -414,7 +413,6 @@ test "hides application metadata when disabled" do
result =
conn
|> put_req_header("content-type", "application/json")
|> get("api/v1/statuses/#{activity}")
assert %{