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 5bd94a6 commit d008d5eCopy full SHA for d008d5e
t/03_params.t
@@ -50,8 +50,6 @@ use Test::More;
50
diag "HTML left alone in ignored field - by name";
51
my $value = '<h1>Bar</h1><p>Foo</p>';
52
my $req = POST('/', [ignored_param => $value]);
53
- diag "*** REQ: $req";
54
- diag $req->as_string;
55
my ($res, $c) = ctx_request($req);
56
is($res->code, RC_OK, 'response ok');
57
is(
t/05_rest.t
@@ -32,7 +32,6 @@ JSON
32
my $req = POST('/foo',
33
Content_Type => 'application/json', Content => $json_body
34
);
35
- diag("REQUEST: " . $req->as_string);
36
37
38
0 commit comments