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

(-)a/t/db_dependent/api/v1/acquisitions_baskets.t (+1 lines)
Lines 49-54 subtest 'list_managers() tests' => sub { Link Here
49
    my $password = 'thePassword123';
49
    my $password = 'thePassword123';
50
    $superlibrarian->set_password( { password => $password, skip_validation => 1 } );
50
    $superlibrarian->set_password( { password => $password, skip_validation => 1 } );
51
    my $userid = $superlibrarian->userid;
51
    my $userid = $superlibrarian->userid;
52
    $superlibrarian->discard_changes;
52
53
53
    my $api_filter = encode_json(
54
    my $api_filter = encode_json(
54
        {   'me.patron_id' =>
55
        {   'me.patron_id' =>
(-)a/t/db_dependent/api/v1/acquisitions_funds.t (-1 / +2 lines)
Lines 102-107 subtest 'list_owners() and list_users() tests' => sub { Link Here
102
      $builder->build_object( { class => 'Koha::Patrons', value => { flags => 1 } } );
102
      $builder->build_object( { class => 'Koha::Patrons', value => { flags => 1 } } );
103
    my $password = 'thePassword123';
103
    my $password = 'thePassword123';
104
    $superlibrarian->set_password( { password => $password, skip_validation => 1 } );
104
    $superlibrarian->set_password( { password => $password, skip_validation => 1 } );
105
    $superlibrarian->discard_changes;
106
105
    my $userid = $superlibrarian->userid;
107
    my $userid = $superlibrarian->userid;
106
108
107
    # Restrict the query to a know list of patrons
109
    # Restrict the query to a know list of patrons
108
- 

Return to bug 30596