Koha/t/db_dependent/api/v1
Tomas Cohen Arazi 91ce8a098c Bug 27760: Make authenticate_api_request call stash_overrides
By making this method call the helper, we make sure the overrides
hashref is available to any controller to make us of it.

To test:
1. Apply this patches
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/auth_authenticate_api_request.t \
           t/Koha/REST/Plugin/Query.t
=> SUCCESS: Tests pass! The helper works as expected and the
authenticate_api_request method invokes it!
3. Sign off :-D

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-05-04 14:22:02 +02:00
..
acquisitions_funds.t
acquisitions_orders.t
acquisitions_vendors.t
advanced_editor_macros.t
auth.t
auth_authenticate_api_request.t Bug 27760: Make authenticate_api_request call stash_overrides 2021-05-04 14:22:02 +02:00
auth_basic.t
biblios.t Bug 27932: Unit tests 2021-04-30 17:19:01 +02:00
cashups.t
checkouts.t
cities.t
clubs_holds.t
holds.t Bug 18729: Add more tests 2021-04-16 16:27:29 +02:00
illrequests.t
import_batch_profiles.t
items.t
libraries.t
oauth.t
patrons.t Bug 28002: Unit tests 2021-04-22 14:50:12 +02:00
patrons_accounts.t Bug 27636: Update failing test 2021-04-27 16:23:49 +02:00
patrons_extended_attributes.t Bug 23666: (follow-up) Adjust to new exceptions 2021-04-22 14:50:12 +02:00
patrons_holds.t
patrons_password.t
return_claims.t
smtp_servers.t
stockrotationstage.t
transfer_limits.t