Skip to content

Commit afb48b2

Browse files
committed
Adjust one automated test
1 parent 8b3b7a0 commit afb48b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/regression/misc/10-tfn-cache.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,6 @@
182182
"Content-Type" => "application/x-www-form-urlencoded",
183183
],
184184
# 1000 Args
185-
join("&", map { sprintf "arg%08d=0123456789abcdef+0123456789ABCDEF+0123456789abcdef", $_ } (1 .. 1000))."&test=Foo+Bar",
185+
join("&", map { sprintf "arg%08d=0123456789abcdef+0123456789ABCDEF+0123456789abcdef", $_ } (1 .. 999))."&test=Foo+Bar",
186186
),
187187
},

0 commit comments

Comments
 (0)