Skip to content

Commit

Permalink
Merge pull request #141 from hmcts/RET-4795
Browse files Browse the repository at this point in the history
RET-4795: Vacated is a valid entry for Hearings
  • Loading branch information
fergusoshea committed Mar 21, 2024
2 parents 222cb10 + a0b1620 commit 255cb10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
{
"value": {
"hearingDetailsStatus": "Heard"
"hearingDetailsStatus": "Vacated"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"CaseId": "{$GENERATED_CASE_ID}",
"EventTimeStamp": "{$LOCAL_DATETIME_TODAY}",
"JurisdictionId": "EMPLOYMENT",
"CaseTypeId": "ET_EnglandWales",
"CaseTypeId": "ET_Scotland",
"UserId": "{$USER_ID}"
}

0 comments on commit 255cb10

Please sign in to comment.