@@ -, +, @@ # Failed test 'approve tests' # at t/db_dependent/Koha/Patron/Modifications.t line 259. --- t/db_dependent/Koha/Patron/Modifications.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/Koha/Patron/Modifications.t +++ a/t/db_dependent/Koha/Patron/Modifications.t @@ -147,7 +147,7 @@ subtest 'approve tests' => sub { { source => 'BorrowerAttributeType', value => { code => 'CODE_1' } } ); $builder->build( - { source => 'BorrowerAttributeType', value => { code => 'CODE_2' } } + { source => 'BorrowerAttributeType', value => { code => 'CODE_2', repeatable => 1 } } ); my $verification_token = md5_hex( time().{}.rand().{}.$$ ); my $valid_json_text --