diff options
author | hakabahitoyo <hakabahitoyo@example.com> | 2018-07-21 02:19:20 +0900 |
---|---|---|
committer | hakabahitoyo <hakabahitoyo@example.com> | 2018-07-21 02:19:20 +0900 |
commit | 908cefd84a6cf9bddd04ad9521be2ff5b7d8f379 (patch) | |
tree | 18ec592b1fa8327bbf171455339952f30b309ddd | |
parent | 9c2afb2e71d7ed072fbb43e2ef002e0d629ca877 (diff) | |
download | pleroma-908cefd84a6cf9bddd04ad9521be2ff5b7d8f379.tar.gz |
debug
-rw-r--r-- | test/web/activity_pub/activity_pub_controller_test.exs | 2 |
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"] |