This commit is contained in:
Yadd 2021-06-24 14:02:56 +02:00
parent ce02973702
commit 1a5d30799e
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ ok(
);
count(1);
expectReject( $res, 200, 35, "Expect PE_PASSWORD_OK" );
expectReject( $res, 200, -6, "Expect PE_PASSWORD_OK" );
my $pdata = expectPdata($res);
is( $pdata->{afterHook}, "dwho-dwho-12346",
"passwordAfterChange hook worked as expected" );