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

(-)a/t/db_dependent/api/v1/holds.t (-2 / +1 lines)
Lines 163-169 my $post_data = { Link Here
163
};
163
};
164
my $patch_data = {
164
my $patch_data = {
165
    priority        => 2,
165
    priority        => 2,
166
    suspended_until => output_pref( { dt => $suspended_until, dateformat => 'iso', dateonly => 1 } ),
166
    suspended_until => output_pref( { dt => $suspended_until, dateformat => 'rfc3339' } ),
167
};
167
};
168
168
169
subtest "Test endpoints without authentication" => sub {
169
subtest "Test endpoints without authentication" => sub {
170
- 

Return to bug 24850