https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34755
--- Comment #18 from David Cook <[email protected]> --- Comment on attachment 161783 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161783 Bug 34755: Unit tests Review of attachment 161783: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=34755&attachment=161783) ----------------------------------------------------------------- ::: t/db_dependent/api/v1/idp.t @@ +309,5 @@ > + $tx->req->cookies( { name => 'CGISESSID', value => $session_id } ); > + $t->request_ok($tx); > + > + my $error = > URI->new($t->tx->res->headers->location)->query_param("auth_error"); > + isnt($error, "wrong_csrf_token", "CRSF token is recognized even when > another user is logged in."); Ok this is interesting. Why would another user be logged in? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
