Skip to content

Commit

Permalink
Merge pull request mosip#1062 from mohanachandran-s/develop_temp
Browse files Browse the repository at this point in the history
MOSIP-35082 - Fixed failure test cases
  • Loading branch information
ckm007 authored Aug 28, 2024
2 parents f4c19a7 + 0dcf069 commit 1b64289
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FetchRegCentHistory:
endPoint: /v1/masterdata/registrationcentershistory/{registrationCenterId}/{langCode}/{effectiveDate}
description: Retrieve Registration Center History with all valid data
role: admin
checkErrorsOnlyInResponse: true
templateFields: ["langCode"]
restMethod: get
inputTemplate: masterdata/FetchRegCentHistory/fetchRegCentHistory
Expand All @@ -14,7 +15,7 @@ FetchRegCentHistory:
}'
output: '{
"registrationCentersHistory": [{
"isActive": "true"
"isActive": "$IGNORE$"
}]
}'
Masterdata_FetchRegCentHistory_invalid_registrationCenterId:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GetRegistrationMachineUserMappingHistory:
MasterData_GetRegistrationMachineUserMappingHistory_allValid_smoke:
endPoint: /v1/masterdata/getregistrationmachineusermappinghistory/{effdtimes}/{registrationcenterid}/{machineid}/{userid}
description: Retrieve registration machine user mapping history missing using valid effdtimes, registration center ID, machine ID, user id
role: admin
checkErrorsOnlyInResponse: true
restMethod: get
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ UpdateUserCenterMapping:
endPoint: /v1/masterdata/usercentermapping
description: Update user center mapping details with valid data
role: globalAdmin
templateFields: ["zoneName","regCenterName"]
templateFields: ["regCenterName"]
restMethod: put
inputTemplate: masterdata/UserCenterMapping/updateUserCenterMapping
outputTemplate: masterdata/UserCenterMapping/userCenterMappingResult
Expand All @@ -19,8 +19,8 @@ UpdateUserCenterMapping:
"name": "automationUpdated",
"statusCode": "active",
"regCenterId": "$IGNORE$",
"zoneCode": "RBT",
"zoneName": "Rabat",
"zoneCode": "$IGNORE$",
"zoneName": "$IGNORE$",
"regCenterName": "HSR Center updated"
}'
MasterData_UserCenterMapping_Invalid_InputParameter_regCenterId_Missing:
Expand Down Expand Up @@ -70,4 +70,4 @@ UpdateUserCenterMapping:
"message": "Registration Center not found"
}
]
}'
}'

This file was deleted.

0 comments on commit 1b64289

Please sign in to comment.