forked from AkkomaGang/akkoma
debug
This commit is contained in:
parent
9c2afb2e71
commit
908cefd84a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ test "it returns a note action in a collection", %{conn: conn} 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"]
|
||||
|
|
Loading…
Reference in a new issue