-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MOSIP-36275 - Fixed automation issue for Upload certificate api and g…
…et MISP License api (#951) * MOSIP-36555 - Removed the OTPListener initializing and cleaned up Signed-off-by: Mohanachandran S <[email protected]> * MOSIP-36275 - Fixed automation failures Signed-off-by: Mohanachandran S <[email protected]> * MOSIP-36275 - Added output validation for get misp api Signed-off-by: Mohanachandran S <[email protected]> --------- Signed-off-by: Mohanachandran S <[email protected]>
- Loading branch information
1 parent
d52b689
commit c2cbcef
Showing
4 changed files
with
21 additions
and
23 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
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
3 changes: 2 additions & 1 deletion
3
...ain/resources/partner/MispLicense/GetMISPLicenseByMispID/getMISPLicenseByMispIDResult.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,5 +1,6 @@ | ||
{ | ||
"response": { | ||
"providerId": "{{providerId}}" | ||
"providerId": "{{providerId}}", | ||
"licenseKeyStatus": "{{licenseKeyStatus}}" | ||
} | ||
} |
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