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)
committerJacob O'Mara <jacob.omara@ptfs-europe.com>
Fri, 13 Jan 2023 16:24:16 +0000 (16:24 +0000)
commitb36b7d57519a3d471292e47551ace1aef59d7de6
tree798153ea30982c8414cfcc1eae699cf61e4e5975
parentb7ecfa0138d08e19c1aaf0a807ffdd42720944f4
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>
t/db_dependent/Auth.t