Summary: | Missing test in api/v1/patrons.t | ||
---|---|---|---|
Product: | Koha | Reporter: | Jonathan Druart <jonathan.druart> |
Component: | Test Suite | Assignee: | Jonathan Druart <jonathan.druart> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | normal | ||
Priority: | P5 - low | CC: | andrew, kyle, m.de.rooy, victor |
Version: | unspecified | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
22.05.00,21.11.03,21.05.11
|
|
Circulation function: | |||
Bug Depends on: | 28632 | ||
Bug Blocks: | 29403 | ||
Attachments: |
Bug 29884: Run missing test in api/v1/patrons.t
Bug 29884: Run missing test in api/v1/patrons.t |
Description
Jonathan Druart
2022-01-14 14:16:07 UTC
Created attachment 129482 [details] [review] Bug 29884: Run missing test in api/v1/patrons.t compare is not calling is() or ok(), it's caller job to do it. Test plan: prove t/db_dependent/api/v1/patrons.t should still return green Created attachment 129551 [details] [review] Bug 29884: Run missing test in api/v1/patrons.t compare is not calling is() or ok(), it's caller job to do it. Test plan: prove t/db_dependent/api/v1/patrons.t should still return green Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Trivial. SO+QA Pushed to master for 22.05, thanks to everybody involved [U+1F984] Pushed to 21.11.x for 21.11.03 Pushed to 21.05.x for 21.05.11 Not backported to oldoldstable (20.11.x). Feel free to ask if it's needed. |