Fix unit test for #1987

This commit is contained in:
Maxime Besson 2021-01-25 11:24:40 +01:00
parent d2e35df987
commit 11a8615348

View File

@ -117,7 +117,7 @@ $res = $op->_post(
"/oauth2/token",
IO::String->new($badquery2),
accept => 'application/json',
length => length($badquery),
length => length($badquery2),
);
expectBadRequest($res);