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> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
7e3ab9fe08
commit
35f8011088
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Reference in a new issue