Skip to content
Snippets Groups Projects
Commit 5b7e1913 authored by Muzammil Chandorewala's avatar Muzammil Chandorewala
Browse files

feat: add principal manager bdds

parent 46eb9aa3
No related branches found
No related tags found
2 merge requests!8Develop,!5Principal manager bdds
Feature: Offer membership credentials
Offer the membership credentials to the holder when the connection is in complete state
Scenario: Process connection request when status is complete
Given the connection status as complete
# Controller.ts -> connectionComplete
When I evaluate status as complete
# Nats -> 'ATTESTATION_MANAGER_SERVICE/offerMemberShipCredentials'
Then I called the offer membership credentials (attestation service)
And get a successful response
Then sends the response with message status connection received
Scenario: Process connection request when status is other than complete
Given the connection status other than complete
# Controller.ts -> connectionComplete
When I evaluate status as not complete
Then sends the response with message connection status should be Complete
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment