forked from AkkomaGang/akkoma
Merge branch 'fix/useless-header' into 'develop'
Test: remove useless header on the get request See merge request pleroma/pleroma!3357
This commit is contained in:
commit
81e9c5196f
1 changed files with 0 additions and 2 deletions
|
@ -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 %{
|
||||
|
|
Loading…
Reference in a new issue