Bugzilla – Attachment 154038 Details for
Bug 30524
Add base framework for dealing with CSRF in Koha
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 30524: (QA follow-up) Fix tests
Bug-30524-QA-follow-up-Fix-tests.patch (text/plain), 918 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2023-07-28 13:49:50 UTC
(
hide
)
Description:
Bug 30524: (QA follow-up) Fix tests
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-07-28 13:49:50 UTC
Size:
918 bytes
patch
obsolete
>From 65f3f131854a35b0b13aa0836bb1e0ce45892474 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Fri, 28 Jul 2023 10:40:28 -0300 >Subject: [PATCH] Bug 30524: (QA follow-up) Fix tests > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 da16de6d468..5de81401e10 100755 >--- a/t/db_dependent/Auth.t >+++ b/t/db_dependent/Auth.t >@@ -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"}; > }; >-- >2.41.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 30524
:
133249
|
133250
|
133420
|
138055
|
141297
|
152629
|
152630
|
152631
|
152632
|
152634
|
152635
|
152637
|
152638
|
153964
|
153965
|
153975
|
153976
|
154000
| 154038