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 5bab21c commit 02bee9eCopy full SHA for 02bee9e
tests/80torture/20json.pl
@@ -98,7 +98,7 @@
98
},
99
content => '{"msgtype": "sytest.dummy", "body": Infinity}',
100
content_type => "application/json",
101
- )->main::expect_bad_json,
+ )->main::expect_http_400,
102
103
$user->http->do_request(
104
method => "POST",
@@ -108,7 +108,7 @@
108
109
content => '{"msgtype": "sytest.dummy", "body": -Infinity}',
110
111
112
113
114
@@ -118,6 +118,6 @@
118
119
content => '{"msgtype": "sytest.dummy", "body": NaN}',
120
121
122
);
123
};
0 commit comments