Bugzilla – Attachment 172155 Details for
Bug 37856
Some SUSHI providers require the platform parameter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37856: Fix existing test
Bug-37856-Fix-existing-test.patch (text/plain), 1.13 KB, created by
Pedro Amorim
on 2024-09-27 18:43:14 UTC
(
hide
)
Description:
Bug 37856: Fix existing test
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-09-27 18:43:14 UTC
Size:
1.13 KB
patch
obsolete
>From 828d788e585b31deca93f3839edc5e65acd4d4b7 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Fri, 27 Sep 2024 18:42:29 +0000 >Subject: [PATCH] Bug 37856: Fix existing test > >A service_platform value was being randomly to 'service_platform' as is a new attribute. >Assign undef to that to fix existing test >--- > t/db_dependent/Koha/ERM/EUsage/UsageDataProvider.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/ERM/EUsage/UsageDataProvider.t b/t/db_dependent/Koha/ERM/EUsage/UsageDataProvider.t >index cf06ae0b560..bde75ecbb75 100755 >--- a/t/db_dependent/Koha/ERM/EUsage/UsageDataProvider.t >+++ b/t/db_dependent/Koha/ERM/EUsage/UsageDataProvider.t >@@ -44,7 +44,7 @@ subtest '_build_url_query' => sub { > class => 'Koha::ERM::EUsage::UsageDataProviders', > value => { > service_url => $service_url, api_key => $api_key, requestor_id => $requestor_id, >- customer_id => $customer_id, name => $name >+ customer_id => $customer_id, name => $name, service_platform => undef > } > } > ); >-- >2.39.2
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 37856
:
171680
|
171681
|
171682
|
171683
|
171773
|
171774
|
171775
|
171893
|
171894
|
171895
|
171896
|
171897
|
171898
|
171899
|
172040
|
172042
|
172043
|
172044
|
172045
|
172046
|
172047
|
172048
| 172155 |
172156
|
172215