@@ -, +, @@ # Failed test 'Bad plugins raise warning' # at t/db_dependent/Koha/REST/Plugin/PluginRoutes.t line 75. # found warning: Warning: Could not load REST API spec bundle: Invalid JSON specification HASH(0x556972b22da0): # found warning: Warning: Could not load REST API spec bundle: Invalid JSON specification HASH(0x5569735b8368): # expected to find warning: (?^u:Could not load REST API spec bundle: Invalid JSON specification) # expected to find warning: (?^u:The resulting spec is invalid. Skipping Bad API Route Plugin) - /info/version: Expected string - got number. at /usr/share/perl5/JSON/Validator.pm line 165. --- api/v1/swagger/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/api/v1/swagger/swagger.yaml +++ a/api/v1/swagger/swagger.yaml @@ -11,7 +11,7 @@ x-primitives: $ref: x-primitives.json info: title: Koha REST API - version: 1 + version: "1" license: name: GPL v3, url: http://www.gnu.org/licenses/gpl.txt --