]> git.koha-community.org Git - koha.git/commit
Bug 36937: Remove warning from unit tests
authorMatt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
Thu, 23 May 2024 09:23:10 +0000 (09:23 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Thu, 18 Jul 2024 17:42:16 +0000 (17:42 +0000)
commit227a5619a4097c8667a004d38b6e7e2eb2640221
tree464556f7e2bbdb10d18e1df02a863dfe977ab177
parenta4e598071062965589ecfc179ca871ab090b6d41
Bug 36937: Remove warning from unit tests

This patch fixes a warning in the unit tests

Test plan:
1) prove t/db_dependent/api/v1/password_validation.t
2) There will be a warning in the output - 'Use of uninitialized value $status in numeric eq (==)'
3) Apply patch
4) Re-run the test
5) The warning will disappear

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 5e7572ad7a86cb39d901088367f76b212d64989e)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Koha/REST/V1/Auth/Password.pm