Skip to content

Commit e0e52c7

Browse files
committed
fixed the test for mockeagain(R).
1 parent 58b1005 commit e0e52c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

t/sanity.t

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use Cwd qw(cwd);
55

66
repeat_each(2);
77

8-
plan tests => repeat_each() * (3 * blocks());
8+
plan tests => repeat_each() * (2 * blocks());
99

1010
my $pwd = cwd();
1111

@@ -66,8 +66,6 @@ Content-Disposition: form-data; name="test"\r
6666
value\r
6767
\r\n-----------------------------820127721219505131303151179--\r
6868
}
69-
--- no_error_log
70-
[error]
7169
--- response_body
7270
read: ["header",["Content-Disposition","form-data; name=\"file1\"; filename=\"a.txt\""]]
7371
read: ["header",["Content-Type","text\/plain"]]

0 commit comments

Comments
 (0)