From f23865fde6e12411e658b722c94c2987303bd043 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 56f26d7270..26ca3c60fd 100644 --- a/t/db_dependent/Koha/Patrons/Import.t +++ b/t/db_dependent/Koha/Patrons/Import.t @@ -442,8 +442,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