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:
Marcel de Rooy 2022-09-09 09:09:48 +00:00 committed by Tomas Cohen Arazi
parent 19f069c0de
commit 17c504f54f
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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)