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

(-)a/t/db_dependent/api/v1/tickets.t (-1 / +9 lines)
Lines 247-252 subtest 'add() tests' => sub { Link Here
247
        ]
247
        ]
248
    );
248
    );
249
249
250
    subtest 'extended_attributes tests' => sub {
251
252
        plan tests => 1;
253
254
255
256
257
    };
258
250
    $schema->storage->txn_rollback;
259
    $schema->storage->txn_rollback;
251
};
260
};
252
261
253
- 

Return to bug 34324