TwitterAPI: Use correct endpoint for tag timeline.

This commit is contained in:
Roger Braun 2017-09-17 13:03:46 +02:00
commit 6d5bd4dcc0
2 changed files with 2 additions and 2 deletions

View file

@ -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