-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APS-1482 - e2e test data changes for new offences data from API
- Loading branch information
1 parent
282df80
commit 59cb4cc
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[ | ||
{ | ||
"offenceId": "M2500295343", | ||
"offenceDescription": "Murder - Murder of infants under 1 year of age", | ||
"offenceDate": "2018-08-04", | ||
"convictionId": "2500295345" | ||
"offenceId": "M200002", | ||
"offenceDescription": "Murder - Murder of spouse", | ||
"offenceDate": "2024-10-12", | ||
"convictionId": "100002" | ||
}, | ||
{ | ||
"offenceId": "A2500108084", | ||
"offenceId": "A300002", | ||
"offenceDescription": "Burglary in a dwelling - Burglary (dwelling) with intent to commit, or the commission of, an offence triable only on indictment", | ||
"offenceDate": "2019-09-02", | ||
"convictionId": "2500295345" | ||
"offenceDate": "2024-10-22", | ||
"convictionId": "100002" | ||
} | ||
] |