From 38725ed0af95c318077c46f337795054e31c60e4 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 28 Jul 2023 10:40:28 -0300 Subject: [PATCH] Bug 30524: (QA follow-up) Fix tests Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 158edb411b32253fae4f068ce416d6ad4d1a67d3) Signed-off-by: Matt Blenkinsop --- t/db_dependent/Auth.t | 1 - 1 file changed, 1 deletion(-) diff --git a/t/db_dependent/Auth.t b/t/db_dependent/Auth.t index b27bd071c4..b63dc3e9ca 100755 --- a/t/db_dependent/Auth.t +++ b/t/db_dependent/Auth.t @@ -563,7 +563,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"}; }; -- 2.39.2