This commit is contained in:
Christophe Maudoux 2018-11-15 21:16:58 +01:00
parent 72b42a516f
commit 7416dc7e65
2 changed files with 4 additions and 4 deletions

View File

@ -104,8 +104,8 @@ SKIP: {
ok(
$res = $client->_post(
'/',
IO::String->new('user=dwho&password=zz&test=sql'),
length => 30
IO::String->new('user=dwho&password=zz'),
length => 21
),
'Auth query'
);

View File

@ -91,8 +91,8 @@ SKIP: {
ok(
$res = $client->_post(
'/',
IO::String->new('user=dwho&password=zz&test=sql'),
length => 30
IO::String->new('user=dwho&password=zz'),
length => 21
),
'Auth query'
);