Adjust one automated test

This commit is contained in:
Martin Vierula 2023-01-04 08:00:49 -08:00
parent 8b3b7a0e23
commit afb48b2c97
No known key found for this signature in database
GPG Key ID: F2FC4E45883BCBA4

View File

@ -182,6 +182,6 @@
"Content-Type" => "application/x-www-form-urlencoded", "Content-Type" => "application/x-www-form-urlencoded",
], ],
# 1000 Args # 1000 Args
join("&", map { sprintf "arg%08d=0123456789abcdef+0123456789ABCDEF+0123456789abcdef", $_ } (1 .. 1000))."&test=Foo+Bar", join("&", map { sprintf "arg%08d=0123456789abcdef+0123456789ABCDEF+0123456789abcdef", $_ } (1 .. 999))."&test=Foo+Bar",
), ),
}, },