]> git.koha-community.org Git - koha.git/commit
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)
committerArthur Suzuki <arthur.suzuki@biblibre.com>
Thu, 26 Jan 2023 09:02:33 +0000 (10:02 +0100)
commit81b0a77e8aac4f12fd7d0421709a6ca8816faefd
treeceddd76c2ff19388c1e1b1adfc5a7f292718a6b6
parente4ab9602c036f246797ba1ba09e1624a678ea1b3
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>
(cherry picked from commit 3622b51abb082bb009ed6568454ddfff17a3c522)
Signed-off-by: Arthur Suzuki <arthur.suzuki@biblibre.com>
t/db_dependent/Auth.t