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)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 13 Jan 2023 13:19:09 +0000 (13:19 +0000)
commitd3b4edf009ca7a29341f2dc8a8cebfdc807bad6d
treecce61dbdc5421bf599d63500c6c76fdcbafb754d
parent9b1488f251eedbeafc6c7eb817984a0ce523b6ad
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>
t/db_dependent/Auth.t