Skip to content

Commit

Permalink
Merge pull request mosip#1060 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 27, 2024
2 parents 15bffd6 + 33d3e86 commit 1795330
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ FetchRegCent:
inputTemplate: masterdata/FetchRegCent/fetchRegCent
outputTemplate: masterdata/FetchRegCent/fetchRegCentResult
input: '{
"longitude": "-6.453275",
"latitude": "34.52117",
"longitude": "45.2456",
"latitude": "78.5478",
"langcode": "eng",
"proximitydistance": "21",
"locationcode": "$REMOVE$",
Expand Down Expand Up @@ -122,7 +122,7 @@ FetchRegCent:
"latitude": "$REMOVE$",
"langcode": "eng",
"proximitydistance": "$REMOVE$",
"locationcode": "14022",
"locationcode": "$ID:CreateLocationData_WithMandatoryLanguage_All_Valid_Smoke_Sid_code$",
"registrationcenterid": "$REMOVE$",
"year": "$REMOVE$",
"id": "$REMOVE$",
Expand Down Expand Up @@ -235,7 +235,7 @@ FetchRegCent:
"locationcode": "$REMOVE$",
"registrationcenterid": "$REMOVE$",
"year": "$REMOVE$",
"id": "10001",
"id": "$ID:CreateRegCenter_allValid_smoke_sid_id$",
"hierarchylevel": "$REMOVE$",
"name": "$REMOVE$",
"zonecode": "$REMOVE$",
Expand Down Expand Up @@ -371,11 +371,11 @@ FetchRegCent:
"locationcode": "$REMOVE$",
"registrationcenterid": "$REMOVE$",
"year": "$REMOVE$",
"id": "10001",
"id": "$ID:CreateRegCenter_allValid_smoke_sid_id$",
"hierarchylevel": "$REMOVE$",
"name": "$REMOVE$",
"zonecode": "$REMOVE$",
"timestamp": "2021-01-20T06:22:07.797Z"
"timestamp": "$TIMESTAMP$"
}'
output: '{
"status":"Valid"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FetchRegCentHistory:
inputTemplate: masterdata/FetchRegCentHistory/fetchRegCentHistory
outputTemplate: masterdata/FetchRegCentHistory/fetchRegCentHistoryResult
input: '{
"registrationCenterId": "10001",
"registrationCenterId": "$ID:CreateRegCenter_allValid_smoke_sid_id$",
"effectiveDate": "$TIMESTAMP$",
"langCode": "eng"
}'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FetchValidDocuments:
MasterData_FetchValidDocuments_allValid_smoke_with_lang:
endPoint: /v1/masterdata/validdocuments/{languagecode}
endPoint: /v1/masterdata/validdocuments/{languageCode}
description: Retrieve valid Documents By languagecode with all valid data
role: admin
checkErrorsOnlyInResponse: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ RegCenterSearch:
endPoint: /v1/masterdata/registrationcenters/search
description: Search the registration center with the condition that the name column is equal to English
role: admin
templateFields: ["name"]
templateFields: ["name","value"]
restMethod: post
inputTemplate: masterdata/RegCenterSearch/regCenterSearch
outputTemplate: masterdata/RegCenterSearch/regCenterSearchResult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SearchMachineSpec:
endPoint: /v1/masterdata/machinespecifications/search
description: Search for machine spec details where the name parameter equals the specified condition
role: admin
templateFields: ["languageCode"]
templateFields: ["description"]
restMethod: post
inputTemplate: masterdata/SearchMachineSpec/searchMachineSpec
outputTemplate: masterdata/SearchMachineSpec/searchMachineSpecResult
Expand Down Expand Up @@ -44,7 +44,7 @@ SearchMachineSpec:
endPoint: /v1/masterdata/machinespecifications/search
description: Search for machine spec details sorted in descending order
role: admin
templateFields: ["languageCode"]
templateFields: ["description"]
restMethod: post
inputTemplate: masterdata/SearchMachineSpec/searchMachineSpec
outputTemplate: masterdata/SearchMachineSpec/searchMachineSpecResult
Expand Down Expand Up @@ -83,7 +83,7 @@ SearchMachineSpec:
endPoint: /v1/masterdata/machinespecifications/search
description: Search for machine spec details with condition column as model
role: admin
templateFields: ["languageCode"]
templateFields: ["description"]
restMethod: post
inputTemplate: masterdata/SearchMachineSpec/searchMachineSpec
outputTemplate: masterdata/SearchMachineSpec/searchMachineSpecResult
Expand Down Expand Up @@ -191,7 +191,7 @@ SearchMachineSpec:
endPoint: /v1/masterdata/machinespecifications/search
description: Search for machine spec details where the condition column name is name and the filter type is starts with
role: admin
templateFields: ["languageCode"]
templateFields: ["description"]
restMethod: post
inputTemplate: masterdata/SearchMachineSpec/searchMachineSpec
outputTemplate: masterdata/SearchMachineSpec/searchMachineSpecResult
Expand Down Expand Up @@ -230,7 +230,7 @@ SearchMachineSpec:
endPoint: /v1/masterdata/machinespecifications/search
description: Search for machine spec details where the condition column name is name and the filter type is contains
role: admin
templateFields: ["languageCode"]
templateFields: ["description"]
restMethod: post
inputTemplate: masterdata/SearchMachineSpec/searchMachineSpec
outputTemplate: masterdata/SearchMachineSpec/searchMachineSpecResult
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: ["langCode"]
templateFields: ["zoneName","regCenterName"]
restMethod: put
inputTemplate: masterdata/UserCenterMapping/updateUserCenterMapping
outputTemplate: masterdata/UserCenterMapping/userCenterMappingResult
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ UserCenterMapping:
"requesttime": "$TIMESTAMP$"
}'
output: '{
"name": "$IGNORE$",
"name": "automation",
"statusCode": "active",
"regCenterId": "$IGNORE$",
"zoneCode": "$IGNORE$",
Expand Down

0 comments on commit 1795330

Please sign in to comment.