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

(-)a/t/db_dependent/api/v1/illrequests.t (-2 / +1 lines)
Lines 158-164 subtest 'list() tests' => sub { Link Here
158
158
159
sub add_formatted {
159
sub add_formatted {
160
    my $req = shift;
160
    my $req = shift;
161
    my @format_dates = ( 'placed', 'updated' );
161
    my @format_dates = ( 'placed', 'updated', 'completed' );
162
    # We need to embellish the request with properties that the API
162
    # We need to embellish the request with properties that the API
163
    # controller calculates on the fly
163
    # controller calculates on the fly
164
    # Create new "formatted" columns for each date column
164
    # Create new "formatted" columns for each date column
165
- 

Return to bug 21063