View | Details | Raw Unified | Return to bug 21671
Collapse All | Expand All

(-)a/t/db_dependent/Koha/Patron/Modifications.t (-2 / +1 lines)
Lines 146-152 subtest 'approve tests' => sub { Link Here
146
        { source => 'BorrowerAttributeType', value => { code => 'CODE_1' } }
146
        { source => 'BorrowerAttributeType', value => { code => 'CODE_1' } }
147
    );
147
    );
148
    $builder->build(
148
    $builder->build(
149
        { source => 'BorrowerAttributeType', value => { code => 'CODE_2' } }
149
        { source => 'BorrowerAttributeType', value => { code => 'CODE_2', repeatable => 1 } }
150
    );
150
    );
151
    my $verification_token = md5_hex( time().{}.rand().{}.$$ );
151
    my $verification_token = md5_hex( time().{}.rand().{}.$$ );
152
    my $valid_json_text
152
    my $valid_json_text
153
- 

Return to bug 21671