Skip to content

Commit

Permalink
Replace more literal cases in tests with data files #2714
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleeg committed Jul 27, 2022
1 parent c17f41a commit 5d1082c
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 257 deletions.
11 changes: 11 additions & 0 deletions data-serving/reusable-data-service/tests/data/case.excluded.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"confirmationDate": "2022-05-01T01:23:45.678Z",
"caseReference": {
"sourceId": "fedc12345678901234567890"
},
"caseExclusion": {
"date": "2022-06-01T01:23:45.678Z",
"note": "Excluded upon this day, for reasons"
},
"caseStatus": "omit_error"
}
Loading

0 comments on commit 5d1082c

Please sign in to comment.