-
Notifications
You must be signed in to change notification settings - Fork 7
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
Test Failures despite appropriate response #32
Comments
Hey @aljones15 thoughts on the above? |
I will look into this, but I checked here: https://w3c-ccg.github.io/vc-api-issuer-test-suite/ And for both test it says mavenet is returning a response and not an error. It might be the case that it is returning a response with a status 400 and the issue is on our side. I won't be able to check this today though as I am not at home and I keep the oauth2 stuff on my computer at home. @mkhraisha thanks for filing the issue and I should be able to look at this soon. |
@mkhraisha ok so I don't have the latest |
@mkhraisha the issuer tests have also been broken out into several new negative and positive tests here: #35 |
We can't do this as it makes it seem as if normative requirements are being asserted that are not in any spec. This will cause people to get confused about the normative statements in the spec. I left some suggestions in the PR. |
@mkhraisha ok so have some actual results:
I don't have them for the |
Thank you! This helps quite a bit. Will dig into these on my end. |
We have ran into a couple of failing tests where when reconstructed manually via postman they return the correct response however in this test suite they are failing.
This applies to:
Our implementation returns a 400, with a body that outlines what is missing, and the test suite marks that as a failure.
The text was updated successfully, but these errors were encountered: