Bug 30588: (QA follow-up) Remove erroneous FIXME
Comment speaks for itself. Look at surrounding code. Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
19f069c0de
commit
17c504f54f
1 changed files with 1 additions and 2 deletions
|
@ -176,8 +176,7 @@ subtest 'send_otp_token' => sub {
|
||||||
$tx->req->cookies( { name => 'CGISESSID', value => $session->id } );
|
$tx->req->cookies( { name => 'CGISESSID', value => $session->id } );
|
||||||
$tx->req->env( { REMOTE_ADDR => $remote_address } );
|
$tx->req->env( { REMOTE_ADDR => $remote_address } );
|
||||||
|
|
||||||
# FIXME This is not correct They are authenticated!
|
# Session is still anonymous, no borrowernumber yet: Unauthorized
|
||||||
# Patron is not authenticated yet
|
|
||||||
$t->request_ok($tx)->status_is(401);
|
$t->request_ok($tx)->status_is(401);
|
||||||
|
|
||||||
# Patron is partially authenticated (credentials correct)
|
# Patron is partially authenticated (credentials correct)
|
||||||
|
|
Loading…
Reference in a new issue