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

(-)a/t/db_dependent/api/v1/patrons.t (-3 / +2 lines)
Lines 505-511 subtest 'add() tests' => sub { Link Here
505
                    value => {
505
                    value => {
506
                        mandatory     => 0,
506
                        mandatory     => 0,
507
                        repeatable    => 1,
507
                        repeatable    => 1,
508
                        unique        => 0,
508
                        unique_id     => 0,
509
                        category_code => 'ST'
509
                        category_code => 'ST'
510
                    }
510
                    }
511
                }
511
                }
Lines 516-522 subtest 'add() tests' => sub { Link Here
516
                    value => {
516
                    value => {
517
                        mandatory     => 0,
517
                        mandatory     => 0,
518
                        repeatable    => 1,
518
                        repeatable    => 1,
519
                        unique        => 0,
519
                        unique_id     => 0,
520
                        category_code => 'ST'
520
                        category_code => 'ST'
521
                    }
521
                    }
522
                }
522
                }
523
- 

Return to bug 32351