Bug 32622: Fix Auth.t on D10
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 13 Jan 2023 11:15:15 +0000 (12:15 +0100)
committerLucas Gass <lucas@bywatersolutions.com>
Tue, 17 Jan 2023 21:06:50 +0000 (21:06 +0000)
commit3622b51abb082bb009ed6568454ddfff17a3c522
tree285b3f438730aa2a942887c6c5437b76b2da6c83
parent65d267dd903c9158f63b4e91ff791eb0398e2849
Bug 32622: Fix Auth.t on D10

It's caused by a version mismatch of Test::MockModule with D10,
which does not have this commit: https://github.com/geofffranks/test-mockmodule/commit/fef9e742e45e2437e3449eea9970d70555d44bff

We should remove the chaining here.

Test plan:
Confirm that Auth.t still pass, and is fixed on D10

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit d3b4edf009ca7a29341f2dc8a8cebfdc807bad6d)
Signed-off-by: Jacob O'Mara <jacob.omara@ptfs-europe.com>
(cherry picked from commit b36b7d57519a3d471292e47551ace1aef59d7de6)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
t/db_dependent/Auth.t