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

(-)a/t/db_dependent/api/v1/holds.t (-3 / +1 lines)
Lines 315-321 subtest 'test AllowHoldPolicyOverride' => sub { Link Here
315
315
316
    Koha::CirculationRules->set_rules(
316
    Koha::CirculationRules->set_rules(
317
        {
317
        {
318
            categorycode => undef,
319
            itemtype     => undef,
318
            itemtype     => undef,
320
            branchcode   => undef,
319
            branchcode   => undef,
321
            rules        => {
320
            rules        => {
Lines 511-514 subtest 'PUT /holds/{hold_id}/priority tests' => sub { Link Here
511
    is( $hold_3->discard_changes->priority, 3, 'Priority adjusted correctly' );
510
    is( $hold_3->discard_changes->priority, 3, 'Priority adjusted correctly' );
512
511
513
    $schema->storage->txn_rollback;
512
    $schema->storage->txn_rollback;
514
};
513
};
515
- 

Return to bug 18936