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:
Martin Renvoize 2022-11-03 11:14:20 +00:00 committed by Tomas Cohen Arazi
parent 7e3ab9fe08
commit 35f8011088
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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');