We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b771bee commit f000bf0Copy full SHA for f000bf0
1 file changed
test/plausible/ingestion/event_test.exs
@@ -71,7 +71,7 @@ defmodule Plausible.Ingestion.EventTest do
71
conn =
72
:post
73
|> build_conn("/api/events", payload)
74
- |> Plug.Conn.put_req_header("user-agent", :binary.copy("a", 1024 * 16))
+ |> Plug.Conn.put_req_header("user-agent", :binary.copy("a", 1024 * 32))
75
76
assert {:ok, request, _conn} = Request.build(conn)
77
0 commit comments