Skip to content
Snippets Groups Projects
Commit 6bb6107d authored by Suneet Bendre's avatar Suneet Bendre
Browse files

Merge branch 'feature/principal-manager' into 'develop'

Principal manager bdds

See merge request !5
parents c37220a1 5b7e1913
Branches
Tags
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.
Please register or to comment