Bugzilla – Attachment 178005 Details for
Bug 39007
Add last_audit to the sushi_service API spec
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39007: [24.05] (follow-up) Fix typo
Bug-39007-2405-follow-up-Fix-typo.patch (text/plain), 1.13 KB, created by
Jonathan Druart
on 2025-02-13 13:20:11 UTC
(
hide
)
Description:
Bug 39007: [24.05] (follow-up) Fix typo
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-02-13 13:20:11 UTC
Size:
1.13 KB
patch
obsolete
>From c75c154ad18872518eaeda336afd0deff2c0f49a Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Fri, 31 Jan 2025 14:51:26 +0000 >Subject: [PATCH] Bug 39007: [24.05] (follow-up) Fix typo > >--- > t/db_dependent/api/v1/erm_sushi_services.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/api/v1/erm_sushi_services.t b/t/db_dependent/api/v1/erm_sushi_services.t >index b8ead94a151..7d8a242454d 100755 >--- a/t/db_dependent/api/v1/erm_sushi_services.t >+++ b/t/db_dependent/api/v1/erm_sushi_services.t >@@ -105,7 +105,7 @@ subtest 'get() tests' => sub { > my @new_fields_in_response = array_minus( @response_fields, @expected_fields ); > > my $new_fields_string = >- "This is not a new error within Koha, the following new field(s) have been added to the API repsonse: " >+ "This is not a new error within Koha, the following new field(s) have been added to the API response: " > . join( ', ', @new_fields_in_response ) > . '. They should be added to the API definition'; > warning_like { scalar(@new_fields_in_response) } 0, $new_fields_string; >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39007
:
177381
|
177382
|
177390
|
177392
|
177463
|
178004
| 178005 |
178006