From d05b52cf43298548a74a5950df74578a604e70a4 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sun, 2 Apr 2023 15:20:30 -0400 Subject: [PATCH] don't be null --- tests/fixtures/case.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/fixtures/case.json b/tests/fixtures/case.json index 84f65f5a3a..ebf774d4af 100644 --- a/tests/fixtures/case.json +++ b/tests/fixtures/case.json @@ -3,7 +3,9 @@ { "id": 1, "case_type_id": 1, - "status_id": 1 + "status_id": 1, + "start_date": "2023-01-02", + "subject": "test case" } ] } -- 2.25.1