https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21567 --- Comment #5 from Mirko Tietgen <mirko@abunchofthings.net> --- (In reply to Jonathan Druart from comment #4)
I cannot recreate the failure and the output is not verbose enough. With this patch we could know what is the error.
Here is the more verbose output with the patch applied: # Failed test 'Invalid RecordedBooks partner credentials' # at t/Koha_ExternalContent_RecordedBooks.t line 29. # 'Can't connect to api.rbdigital.com:80 # Request: # GET http://api.rbdigital.com/v1/libraries/DUMMY/search?all=art # Authorization: Basic DUMMY # User-Agent: libwww-perl/6.08 # # # Response: # 500 Can't connect to api.rbdigital.com:80 # Content-Type: text/plain # Client-Date: Wed, 17 Oct 2018 08:16:37 GMT # Client-Warning: Internal response # # Can't connect to api.rbdigital.com:80 # # Name or service not known at /usr/share/perl5/LWP/Protocol/http.pm line 49. # ' # doesn't match '(?^u:This endpoint can be called by authorized trusted app or trusted partner only)' # Looks like you failed 1 test of 3. t/Koha_ExternalContent_RecordedBooks.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests (less 1 skipped subtest: 1 okay) -- You are receiving this mail because: You are watching all bug changes.