Skip to content

Commit

Permalink
test: update paginated test plug with new master test (#2098)
Browse files Browse the repository at this point in the history
  • Loading branch information
sborrazas authored Feb 18, 2025
1 parent c3c1bda commit 4220311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ae_mdw_web/plugs/paginated_plug_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ defmodule AeMdwWeb.Plugs.PaginatedPlugTest do
test "it recognises max_limit option", %{conn: conn} do
store = empty_store()

assert %{"error" => "limit too large: 1000"} =
assert %{"error" => "invalid query: limit too large `1000`"} =
conn
|> with_store(store)
|> put_query(%{"limit" => "1000"})
Expand Down

0 comments on commit 4220311

Please sign in to comment.