Skip to content

Commit

Permalink
MOSIP-36697 Add uniqueIdentifier for Idrepo api testrig
Browse files Browse the repository at this point in the history
Signed-off-by: Swetha N <[email protected]>
  • Loading branch information
swethan1718 committed Oct 18, 2024
1 parent 6d7afef commit 832ba72
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RetrieveVIDByUIN:
IdRepository_RetrieveVIDByUIN_With_All_Vid_Valid_Smoke:
endPoint: /idrepository/v1/vid/uin/{UIN}
description: Retrieve UIN by passing valid UIN
uniqueIdentifier: TC_RetrieveVIDbyUIN_valid_01
role: idrepo
checkErrorsOnlyInResponse: true
restMethod: get
Expand All @@ -65,6 +66,7 @@ RetrieveVIDByUIN:
IdRepository_RetrieveVIDByUIN_With_Invalid Uin:
endPoint: /idrepository/v1/vid/uin/{UIN}
description: Retrieving VID passing invlalid UIN
uniqueIdentifier: TC_RetrieveVIDbyUIN_invalidUIN_03
role: idrepo
restMethod: get
inputTemplate: idRepository/RetrieveVIDByUIN/retrieveVIDByUIN
Expand All @@ -83,6 +85,7 @@ RetrieveVIDByUIN:
IdRepository_RetrieveVIDByUIN_With_Empty Uin:
endPoint: /idrepository/v1/vid/uin/{UIN}
description: Retrieving VID passing empty UIN
uniqueIdentifer: TC_RetrieveVIDbyUIN_emptyUIN_02
role: idrepo
restMethod: get
inputTemplate: idRepository/RetrieveVIDByUIN/retrieveVIDByUIN
Expand Down

0 comments on commit 832ba72

Please sign in to comment.