diff options
author | Lain Soykaf <lain@lain.com> | 2023-12-30 11:45:16 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2023-12-30 11:45:16 +0400 |
commit | fc910f9bb94bb3cefb76f2253369e6198d6ee969 (patch) | |
tree | 19a83960f9ecaf9defb006761aa99a5ca45ddfb6 | |
parent | 8883fa326a1de11bdf2cf254aa8a1d141d0332ab (diff) | |
download | pleroma-fc910f9bb94bb3cefb76f2253369e6198d6ee969.tar.gz pleroma-fc910f9bb94bb3cefb76f2253369e6198d6ee969.zip |
Linting
-rw-r--r-- | test/pleroma/web/pleroma_api/controllers/chat_controller_test.exs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/pleroma/web/pleroma_api/controllers/chat_controller_test.exs b/test/pleroma/web/pleroma_api/controllers/chat_controller_test.exs index 3a30bc7f9..e17d9d7cb 100644 --- a/test/pleroma/web/pleroma_api/controllers/chat_controller_test.exs +++ b/test/pleroma/web/pleroma_api/controllers/chat_controller_test.exs @@ -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(", ") |