Bug 30524: (QA follow-up) Fix tests

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Tomás Cohen Arazi 2023-07-28 10:40:28 -03:00
parent 68a03b7f4c
commit 6e0afe7b04
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -602,7 +602,6 @@ subtest 'get_template_and_user' => sub { # Tests for the language URL paramete
);
is($template->{VARS}->{'opac_name'}, "multibranch-19", "Opac name was set correctly");
is($template->{VARS}->{'opac_search_limit'}, "branch:multibranch-19", "Search limit was set correctly");
ok(defined($template->{VARS}->{'csrf_token'}), "CSRF token returned");
delete $ENV{"HTTP_COOKIE"};
};