From c75c154ad18872518eaeda336afd0deff2c0f49a Mon Sep 17 00:00:00 2001 From: Matt Blenkinsop 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