Add integer casts.
This commit is contained in:
parent
7ac152ed38
commit
a99e156f2c
2 changed files with 3 additions and 3 deletions
|
|
@ -1101,7 +1101,7 @@ defmodule Pleroma.Web.TwitterAPI.ControllerTest do
|
|||
res_conn =
|
||||
conn
|
||||
|> assign(:user, user)
|
||||
|> get("/api/statuses/followers", %{page: 2})
|
||||
|> get("/api/statuses/followers?page=2")
|
||||
|
||||
result = json_response(res_conn, 200)
|
||||
assert length(result) == 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue