Skip to content

Commit

Permalink
MOSIP-34506 - Fixed masterdata failure test cases (#1043)
Browse files Browse the repository at this point in the history
* MOSIP-34506 - Fixed masterdata failure test cases

Signed-off-by: Mohanachandran S <[email protected]>

* MOSIP-34506 - Fixed masterdata failure test cases

Signed-off-by: Mohanachandran S <[email protected]>

---------

Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s authored Aug 6, 2024
1 parent 7d25c1c commit 8f34959
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ DeleteZoneUser:
inputTemplate: masterdata/DeleteZoneUser/deleteZoneUser
outputTemplate: masterdata/DeleteZoneUser/deleteZoneUserResult
input: '{
"userid": "func_auto_test_user",
"zonecode": "$ZONE_CODE$"
"userid": "masterdata-220005",
"zonecode": "$ID:CreateRegCenter_allValid_smoke_sid_zoneCode$"
}'
output: '{
}'
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ UpdateRegistrationCenter:
"perKioskProcessTime": "00:15:00",
"timeZone": "Test Time zone",
"workingHours": "8:00:00",
"zoneCode":"$ZONE_CODE$",
"zoneCode":"$ID:CreateRegCenter_allValid_smoke_sid_zoneCode$",
"id": "$ID:CreateRegCenter_allValid_smoke_sid_id$",
"exceptionHolidayDate": "2020-11-16",
"exceptionHolidayName": "TestHoliday",
Expand Down

0 comments on commit 8f34959

Please sign in to comment.