-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose query params for get_credentials_by_proof_id
#997
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a unit test where limit/offset is requested, and assert that the same value is called in the acapy method (for count/start)
Also, maybe let's add an e2e test. Issue 2 credentials. Call the method with count = 1,2, and 3. Assert 1, 2 and 2 are returned. Then call with limit=1 and offset 0,1,2. Assert that 1,1,0 is returned. Something like that.
Maybe also assert behaviour with regards to referent
being called in the query params.
If you like, e2e tests can be implemented in another PR, but preferably unit tests in this one.
K8s Regression Test Coverage
|
055223a
to
a354132
Compare
Quality Gate passedIssues Measures |
K8s Test Coverage
|
K8s Regression Test Coverage
|
add query params:
presentation_referents
. This can be used to specify which of thepresentation_referents
to get credentials forcloses #991