Bugzilla – Attachment 143134 Details for
Bug 26635
Expand coded values in REST API call
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26635: (QA follow-up) Remove test for x-koha-av-expand header
Bug-26635-QA-follow-up-Remove-test-for-x-koha-av-e.patch (text/plain), 1.24 KB, created by
Kyle M Hall (khall)
on 2022-11-03 15:23:02 UTC
(
hide
)
Description:
Bug 26635: (QA follow-up) Remove test for x-koha-av-expand header
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2022-11-03 15:23:02 UTC
Size:
1.24 KB
patch
obsolete
>From c1bfcdf902ff63d3230405fa75cc3260bdd3f091 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Thu, 3 Nov 2022 11:14:20 +0000 >Subject: [PATCH] Bug 26635: (QA follow-up) Remove test for x-koha-av-expand > header > >This patch updates the last remaining test that mentioned the now defunkt >x-koha-av-expand header. > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > t/db_dependent/Koha/REST/Plugin/Objects.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/Koha/REST/Plugin/Objects.t b/t/db_dependent/Koha/REST/Plugin/Objects.t >index 487b9f6380..eec8e048bc 100755 >--- a/t/db_dependent/Koha/REST/Plugin/Objects.t >+++ b/t/db_dependent/Koha/REST/Plugin/Objects.t >@@ -721,7 +721,7 @@ subtest 'objects.find helper with expanded authorised values' => sub { > ->json_is( '/_str/country/category' => $cat->category_name ) > ->json_is( '/_str/country/str' => $ar->lib ); > >- $t->get_ok( '/cities/' . $manuel->id => { 'x-koha-av-expand' => 0 } ) >+ $t->get_ok( '/cities/' . $manuel->id => { 'x-koha-embed' => '' } ) > ->status_is(200)->json_is( '/name' => 'Manuel' ) > ->json_hasnt('/_str'); > >-- >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 26635
:
111400
|
111401
|
111402
|
111411
|
111412
|
111413
|
111414
|
112538
|
112539
|
116232
|
116233
|
116234
|
116235
|
116592
|
116593
|
120698
|
120699
|
120700
|
124268
|
142761
|
142762
|
142763
|
142776
|
142792
|
142793
|
142794
|
142795
|
142796
|
142801
|
142802
|
142803
|
142804
|
142805
|
143039
|
143040
|
143041
|
143042
|
143043
|
143044
|
143073
|
143074
|
143075
|
143076
|
143077
|
143078
|
143079
|
143080
|
143127
|
143128
|
143129
|
143130
|
143131
|
143132
|
143133
|
143134
|
143276
|
143354
|
143355
|
143356
|
143357
|
143358
|
143359
|
143360
|
143361
|
143362