https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37639
--- Comment #32 from Tomás Cohen Arazi (tcohen) <[email protected]> --- (In reply to Marcel de Rooy from comment #29) > This test still fails with me with new line numbers: > > # Failed test 'SWAGGER3.2.2' > # at /usr/share/koha/t/db_dependent/api/v1/items.t line 191. > # got: '500' > # expected: '200' > # Looks like you planned 15 tests but ran 5. > # Looks like you failed 1 test of 5 run. > > Seeing warns in the log like: > [WARN] OpenAPI >>> GET /api/v1/items [{"message":"Properties not allowed: > shelving_control_number.","path":"\/body\/0"} You were missing the API spec bundle step: ```shell yarn api:bundle ``` -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
