TwitterAPI: Use correct endpoint for tag timeline.
This commit is contained in:
parent
6877d7aaad
commit
6d5bd4dcc0
2 changed files with 2 additions and 2 deletions
|
|
@ -500,7 +500,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
|
|||
{:ok, _} = CommonAPI.post(user_two, %{"status" => "This isn't"})
|
||||
|
||||
conn = conn
|
||||
|> get("/api/statusnet/tags/2hu.json")
|
||||
|> get("/api/statusnet/tags/timeline/2hu.json")
|
||||
|
||||
assert [status] = json_response(conn, 200)
|
||||
assert status["id"] == activity.id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue