From d4bfdd8fb86b7cfe65e1e9df03edc9cde500bb5c 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 --- 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 17e52cbb9b..07820ae445 100644 --- a/t/db_dependent/Koha/Patrons/Import.t +++ b/t/db_dependent/Koha/Patrons/Import.t @@ -439,8 +439,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