This commit is contained in:
Lain Soykaf 2023-12-30 11:45:16 +04:00
parent 8883fa326a
commit fc910f9bb9
1 changed files with 1 additions and 2 deletions

View File

@ -226,8 +226,7 @@ defmodule Pleroma.Web.PleromaAPI.ChatControllerTest do
assert length(result) == 20
response =
get(conn, "#{api_endpoint}#{chat.id}/messages?max_id=#{List.last(result)["id"]}")
response = get(conn, "#{api_endpoint}#{chat.id}/messages?max_id=#{List.last(result)["id"]}")
result = json_response_and_validate_schema(response, 200)
[next, prev] = get_resp_header(response, "link") |> hd() |> String.split(", ")