Skip to content

Commit

Permalink
ES-1425
Browse files Browse the repository at this point in the history
Signed-off-by: Nandhukumar <[email protected]>
  • Loading branch information
nandhu-kumar committed Oct 17, 2024
1 parent 2967a03 commit 134e680
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -415,4 +415,23 @@ AddIdentity:
}'
output: '{
"status":"mock identity data created successfully"
}'

ESignet_AddIdentity_L2_Valid_Parameters_smoke_Pos:
endPoint: /v1/mock-identity-system/identity
description: Add identity with password authentication
role: idrepo
restMethod: post
inputTemplate: esignet/AddIdentityMock/AddIdentity
outputTemplate: esignet/AddIdentityMock/addIdentityResult
input: '{
"requesttime": "$TIMESTAMP$",
"individualId": "$RANDOMINDIVIDUALIDFORMOCKIDENTITY$",
"pin": "545411",
"email": "$EMAILIDFORMOCKIDENTITY$",
"password": "$PASSWORDFORMOCKIDENTITY$",
"phone": "$PHONEFORMOCKIDENTITY$"
}'
output: '{
"status":"mock identity data created successfully"
}'

0 comments on commit 134e680

Please sign in to comment.