Bugzilla – Attachment 168401 Details for
Bug 36641
Add an endpoint to list circulation rules
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36641: (QA Follow-up) Fix variable name
Bug-36641-QA-Follow-up-Fix-variable-name.patch (text/plain), 1.04 KB, created by
Kyle M Hall (khall)
on 2024-07-02 17:47:12 UTC
(
hide
)
Description:
Bug 36641: (QA Follow-up) Fix variable name
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2024-07-02 17:47:12 UTC
Size:
1.04 KB
patch
obsolete
>From 6f28f68c07aad34b8b5760acf44cdd1cc84592fd Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 2 Jul 2024 13:47:03 -0400 >Subject: [PATCH] Bug 36641: (QA Follow-up) Fix variable name > >--- > t/db_dependent/api/v1/responses.t | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/db_dependent/api/v1/responses.t b/t/db_dependent/api/v1/responses.t >index 8404ec86fc9..2fd3f5ee9aa 100755 >--- a/t/db_dependent/api/v1/responses.t >+++ b/t/db_dependent/api/v1/responses.t >@@ -135,8 +135,8 @@ subtest 'render_invalid_parameter_value() tests' => sub { > my $path = '/query/library'; > my $uri = '/api/v1/libraries'; > my $field = 'library_id'; >- my $mock_cities = Test::MockModule->new('Koha::REST::V1::CirculationRules'); >- $mock_cities->mock( >+ my $mock_circulation_rules = Test::MockModule->new('Koha::REST::V1::CirculationRules'); >+ $mock_circulation_rules->mock( > 'list_effective_rules', > sub { > my $c = shift->openapi->valid_input or return; >-- >2.30.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 36641
:
165086
|
167937
|
167938
|
167946
|
167947
|
168018
|
168019
|
168020
|
168023
|
168024
|
168025
|
168365
|
168366
|
168367
|
168368
|
168369
|
168370
|
168378
|
168379
|
168395
|
168396
|
168397
|
168398
|
168399
|
168400
|
168401
|
168841
|
168874
|
168875
|
168876
|
168877
|
168878
|
168879
|
168880
|
168881
|
168882
|
168883
|
168884
|
168905
|
168906
|
168907
|
168908
|
168909
|
168910
|
168911
|
168912
|
168913
|
168914
|
168915
|
168916
|
168926
|
168927
|
168928
|
168929
|
168930
|
168931
|
168932
|
168933
|
168934
|
168935
|
168936
|
168937
|
168938
|
168940
|
169013
|
169014
|
169015
|
169016
|
169017
|
169018
|
169019
|
169020
|
169021
|
169022
|
169023
|
169024
|
169025
|
169026