From 0e3747cca2f7cae389b51e6f1bc98470d83ea92c Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 3 Oct 2019 13:08:53 +0000 Subject: [PATCH] Bug 23473: (follow-up) Make passwords 'secure' for tests Content-Type: text/plain; charset=utf-8 --- t/db_dependent/Koha/Patrons/Import.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/Koha/Patrons/Import.t b/t/db_dependent/Koha/Patrons/Import.t index 26937b9d46..ed62974a7a 100644 --- a/t/db_dependent/Koha/Patrons/Import.t +++ b/t/db_dependent/Koha/Patrons/Import.t @@ -445,8 +445,8 @@ subtest 'test_import_with_password_overwrite' => sub { my $branchcode = $builder->build({ source => "Branch"})->{branchcode}; my $categorycode = $builder->build({ source => "Category"})->{categorycode}; my $csv_headers = 'surname,userid,branchcode,categorycode,password'; - my $csv_password = "Worrell,ErnestP,$branchcode,$categorycode,Ernest"; - my $csv_password_change = "Worrell,ErnestP,$branchcode,$categorycode,Vern"; + my $csv_password = "Worrell,ErnestP,$branchcode,$categorycode,Ernest1"; + my $csv_password_change = "Worrell,ErnestP,$branchcode,$categorycode,Vern1"; my $defaults = { cardnumber => "" }; #currently all the defaults come as "" if not filled #Make the test files for importing -- 2.11.0