Bug 14708: (QA follow-up) Add tests
authorTomas Cohen Arazi <tomascohen@theke.io>
Thu, 5 Nov 2020 14:53:43 +0000 (11:53 -0300)
committerAndrew Fuerste-Henry <andrew@bywatersolutions.com>
Wed, 9 Dec 2020 21:39:45 +0000 (21:39 +0000)
commitbeed2feb3d481b68f12a58fcfd03a76704324a23
treea82d999b76f6330d06a71fbb606c34ee9ec5c78e
parent5ca4e7f2b2066780b05293fa4bf1ae3c3bea9be7
Bug 14708: (QA follow-up) Add tests

This patch adds tests for the change. It also simplifies the delete()
method structure a bit. It fixes the error 500 the tests were raising.

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/patrons.t
=> FAIL: Tests fail!
2. Apply this patch
3. Repeat 1
=> SUCCESS: Tests pass! The new behaviour (code 403) is tested!
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
(cherry picked from commit b092bdd20d94a516db0b7c4533149ac52f96aac5)

Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com>
Koha/REST/V1/Patrons.pm
t/db_dependent/api/v1/patrons.t