https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36066
Victor Grousset/tuxayo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- QA Contact| |[email protected] Status|Signed Off |Failed QA CC| |[email protected] --- Comment #9 from Victor Grousset/tuxayo <[email protected]> --- Hi :) After moving the tests to their own commit, I was able to run them without the implementation. And it turns out the tests pass :o > $t->delete_ok( "//$unauth_userid:$password@/api/v1/acquisitions/orders/" . > $order->ordernumber )->status_is(403); It's likely because of $unauth_userid is used instead of $auth_userid. -- 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/
