Skip to content

Commit

Permalink
Fixing Scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeCohenSol committed Dec 2, 2024
1 parent aeb4e2d commit f44c763
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"listingEvent": "initialListing",
"listingLocation": "newcastleCfctc",
"listingHearingLength": "90",
"listingHearingDate": "{$TODAY+5}T10:00:00.000"
"listingHearingDate": "{$TODAY+5}T10:00:00.000",
"currentHearingId": "12345"
}
}
}
Expand All @@ -30,7 +31,8 @@
"currentCaseStateVisibleToHomeOffice": "applicationSubmitted",
"currentCaseStateVisibleToAdminOfficer": "applicationSubmitted",
"currentCaseStateVisibleToLegalRepresentative": "applicationSubmitted",
"currentHearingId": "12345"
"currentHearingId": "12345",
"hearingIdList": ["12345"]
}
}
}
Expand Down

0 comments on commit f44c763

Please sign in to comment.