Skip to content

Commit

Permalink
DTSAM-324: Fix ORM FTAs that have expired judicial appointments (#1933)
Browse files Browse the repository at this point in the history
* Replaced expired fee paid user ids.

* Replaced expired fee paid user ids.

* Replaced expired fee paid user ids.

* Replaced expired fee paid user id.
  • Loading branch information
SivaKanukolluQA authored May 28, 2024
1 parent 00ce4ce commit 0e0acaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/functionalTest/resources/features/F-006/S-059.td.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"_extends_": "Common_200_Response",
"body": {
"roleAssignmentResponse": [
{
"__elementId__": "roleName"
},
{
"id": "[[ANYTHING_PRESENT]]",
"actorIdType": "IDAM",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"_guid_": "S-059_JRDTribunalJudgeFeePaidUser",

"userIds": [
"fb2520c6-43a3-4cff-a8a0-dd619bd0e2d2"
"cc114185-fc4a-47ae-b8b4-511266bae51b"
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"_guid_": "S-107_JRDEmploymentJudgeFeePaidUser",

"userIds": [
"ff3b58be-97c8-4ca8-ac3d-73b2895a1560"
"eaf2831d-6147-48ef-a850-ddf803c4d41b"
]
}

0 comments on commit 0e0acaf

Please sign in to comment.