Add integer casts.

This commit is contained in:
lain 2019-01-09 18:17:23 +01:00
commit a99e156f2c
2 changed files with 3 additions and 3 deletions

View file

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