Bug 30524: (QA follow-up) Fix tests
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
68a03b7f4c
commit
6e0afe7b04
1 changed files with 0 additions and 1 deletions
|
@ -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"};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue