aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhakabahitoyo <hakabahitoyo@example.com>2018-07-21 02:19:20 +0900
committerhakabahitoyo <hakabahitoyo@example.com>2018-07-21 02:19:20 +0900
commit908cefd84a6cf9bddd04ad9521be2ff5b7d8f379 (patch)
tree18ec592b1fa8327bbf171455339952f30b309ddd
parent9c2afb2e71d7ed072fbb43e2ef002e0d629ca877 (diff)
downloadpleroma-908cefd84a6cf9bddd04ad9521be2ff5b7d8f379.tar.gz
debug
-rw-r--r--test/web/activity_pub/activity_pub_controller_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/web/activity_pub/activity_pub_controller_test.exs b/test/web/activity_pub/activity_pub_controller_test.exs
index b9294efe1..1daa5627c 100644
--- a/test/web/activity_pub/activity_pub_controller_test.exs
+++ b/test/web/activity_pub/activity_pub_controller_test.exs
@@ -57,7 +57,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubControllerTest do
conn =
conn
- |> put_req_header("Accept", "application/activity+json")
+ |> put_req_header("accept", "application/activity+json")
|> get("/users/#{user.nickname}/outbox")
assert response(conn, 200) =~ note_activity.data["object"]["content"]