forked from mosip/mosip-functional-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
25 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ AidGetIndividualId: | |
MobileId_AidGetIndividualId_Getting_With_Valid_UIN_All: | ||
endPoint: /residentmobileapp/aid/get-individual-id | ||
role: resident | ||
checkErrorsOnlyInResponse: true | ||
restMethod: post | ||
inputTemplate: mobileId/AidGetIndividualId/aidGetIndividualId | ||
outputTemplate: mobileId/AidGetIndividualId/aidGetIndividualIdResult | ||
|
@@ -19,9 +20,7 @@ AidGetIndividualId: | |
output: '{ | ||
"aidStatus": "PROCESSED", | ||
"sendOtpResp":{ | ||
"maskedMobile": "XXXXXX3210", | ||
"sendOtpResTemplate":"mobileId/SendOTPUIN/individualIdOtpResult", | ||
"maskedEmail": "[email protected]" | ||
"sendOtpResTemplate":"mobileId/SendOTPUIN/individualIdOtpResult" | ||
} | ||
}' | ||
|
||
|
@@ -50,9 +49,7 @@ AidGetIndividualId: | |
} | ||
], | ||
"sendOtpResp":{ | ||
"maskedMobile": "XXXXXX3210", | ||
"sendOtpResTemplate":"mobileId/SendOTPUIN/individualIdOtpResult", | ||
"maskedEmail": "[email protected]" | ||
"sendOtpResTemplate":"mobileId/SendOTPUIN/individualIdOtpResult" | ||
} | ||
}' | ||
|
||
|
@@ -76,14 +73,11 @@ AidGetIndividualId: | |
output: '{ | ||
"errors": [ | ||
{ | ||
"errorCode": "RES-SER-422", | ||
"errorMessage": "OTP is invalid" | ||
"errorCode": "RES-SER-422" | ||
} | ||
], | ||
"sendOtpResp":{ | ||
"maskedMobile": "XXXXXX3210", | ||
"sendOtpResTemplate":"mobileId/SendOTPUIN/individualIdOtpResult", | ||
"maskedEmail": "[email protected]" | ||
"sendOtpResTemplate":"mobileId/SendOTPUIN/individualIdOtpResult" | ||
} | ||
}' | ||
|
||
|
@@ -107,9 +101,7 @@ AidGetIndividualId: | |
output: '{ | ||
"aidStatus": "PROCESSED", | ||
"sendOtpResp":{ | ||
"maskedMobile": "XXXXXX3210", | ||
"sendOtpResTemplate":"mobileId/SendOTPUIN/individualIdOtpResult", | ||
"maskedEmail": "[email protected]" | ||
"sendOtpResTemplate":"mobileId/SendOTPUIN/individualIdOtpResult" | ||
} | ||
}' | ||
|
||
|
@@ -133,13 +125,10 @@ AidGetIndividualId: | |
output: '{ | ||
"errors": [ | ||
{ | ||
"errorCode": "RES-SER-457", | ||
"errorMessage": "Invalid Input Parameter- individualId" | ||
"errorCode": "RES-SER-457" | ||
} | ||
], | ||
"sendOtpResp":{ | ||
"maskedMobile": "XXXXXX3210", | ||
"sendOtpResTemplate":"mobileId/SendOTPUIN/individualIdOtpResult", | ||
"maskedEmail": "[email protected]" | ||
"sendOtpResTemplate":"mobileId/SendOTPUIN/individualIdOtpResult" | ||
} | ||
}' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 0 additions & 9 deletions
9
automationtests/src/main/resources/mobileId/AuthLock/createAuthLockResult.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,2 @@ | ||
{ | ||
"id": "$IGNORE$", | ||
"version": "$IGNORE$", | ||
"responsetime": "$IGNORE$", | ||
"metadata": "$IGNORE$", | ||
"response": { | ||
"status": "$IGNORE$", | ||
"message": "{{message}}" | ||
}, | ||
"errors": "$IGNORE$" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 1 addition & 9 deletions
10
automationtests/src/main/resources/mobileId/AuthUnLock/createAuthUnLockResult.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,3 @@ | ||
{ | ||
"id": "$IGNORE$", | ||
"version": "$IGNORE$", | ||
"responsetime": "$IGNORE$", | ||
"metadata": "$IGNORE$", | ||
"response": { | ||
"status": "$IGNORE$", | ||
"message": "{{message}}" | ||
}, | ||
"errors": "$IGNORE$" | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
automationtests/src/main/resources/mobileId/SendOTP/createSendOTPResult.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,2 @@ | ||
{ | ||
"id": "mosip.identity.otp.internal", | ||
"response": { | ||
"maskedMobile": "$IGNORE$" | ||
} | ||
} |
5 changes: 0 additions & 5 deletions
5
automationtests/src/main/resources/mobileId/SendOTPUIN/individualIdOtpResult.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,2 @@ | ||
{ | ||
"id": "mosip.identity.otp.internal", | ||
"version": "1.0", | ||
"response": { | ||
"maskedMobile": "{{maskedMobile}}" | ||
} | ||
} |