@@ -, +, @@ --- t/db_dependent/api/v1/illrequests.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/api/v1/illrequests.t +++ a/t/db_dependent/api/v1/illrequests.t @@ -158,7 +158,7 @@ subtest 'list() tests' => sub { sub add_formatted { my $req = shift; - my @format_dates = ( 'placed', 'updated' ); + my @format_dates = ( 'placed', 'updated', 'completed' ); # We need to embellish the request with properties that the API # controller calculates on the fly # Create new "formatted" columns for each date column --