-
Notifications
You must be signed in to change notification settings - Fork 16
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
X509Credential: end-to-end test #3618
base: master
Are you sure you want to change the base?
Conversation
{ | ||
"id": "organization_name", | ||
"path": [ | ||
"$.credentialSubject[0].O" |
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.
this is not as specified in nuts-foundation/uzi-did-x509-issuer#10
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.
The test reflect the state of software as it currently is. There will be iterations on this.
I'm fine with waiting with merging until the referred issue has been merged and change the test after, or we can merge it to have more test coverage for upcoming changes. Either is fine with me.
{ | ||
"id": "organization_name", | ||
"path": [ | ||
"$.credentialSubject[0].O" |
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.
also not according to nuts-foundation/uzi-did-x509-issuer#10
REQUEST="{\"registrationParameters\":{\"key\":\"value\"}}" | ||
RESPONSE=$(echo $REQUEST | curl -s -o /dev/null -w "%{http_code}" -X POST --data-binary @- http://localhost:18081/internal/discovery/v1/e2e-test/vendorA) | ||
if [ $RESPONSE -eq 200 ]; then | ||
echo "Rregistered on Discovery Service" |
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.
typo
Noteworthy:
Fixes #3601