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

(-)a/t/db_dependent/api/v1/patrons.t (-3 lines)
Lines 50-57 subtest 'list() tests' => sub { Link Here
50
50
51
        $schema->storage->txn_begin;
51
        $schema->storage->txn_begin;
52
52
53
        Koha::Patrons->search->delete;
54
55
        my ( $patron_id, $session_id ) = create_user_and_session({ authorized => 1 });
53
        my ( $patron_id, $session_id ) = create_user_and_session({ authorized => 1 });
56
        my $patron = Koha::Patrons->find($patron_id);
54
        my $patron = Koha::Patrons->find($patron_id);
57
55
58
- 

Return to bug 22107