-
Notifications
You must be signed in to change notification settings - Fork 47
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
Feat/e2e testgroup multiclient #659
base: main
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
will merge after #658 |
# Conflicts: # waltid-services/waltid-e2e-tests/src/test/kotlin/IssuerApi.kt # waltid-services/waltid-e2e-tests/src/test/kotlin/VerifierApi.kt # Conflicts: # waltid-services/waltid-e2e-tests/src/test/kotlin/E2ETest.kt # waltid-services/waltid-e2e-tests/src/test/kotlin/E2ETestWebService.kt # waltid-services/waltid-e2e-tests/src/test/kotlin/ExchangeApi.kt # waltid-services/waltid-e2e-tests/src/test/kotlin/IssuerApi.kt # waltid-services/waltid-e2e-tests/src/test/kotlin/VerifierApi.kt
…ly hosted instances # Conflicts: # waltid-services/waltid-e2e-tests/src/test/kotlin/E2ETest.kt # waltid-services/waltid-e2e-tests/src/test/kotlin/ExchangeApi.kt
# Conflicts: # waltid-services/waltid-e2e-tests/src/test/kotlin/E2ETest.kt # waltid-services/waltid-e2e-tests/src/test/kotlin/ExchangeApi.kt
dbf3310
to
7494049
Compare
7494049
to
261bf81
Compare
WAL-311 |
Quality Gate passedIssues Measures |
Hi @mikeplotean, can this be reviewed now (as 643 was merged a couple days ago)? |
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.
Looks good, I especially like that the output: () -> Unit callbacks could be simplified to just returning the value and the test blocks are handled by the caller instead of inside the check function. Great work!
will have to fix the conflicts and will put it back to ready for review |
actually, these are all changes made by you |
Description
Provide a clear and concise description of the changes made in this pull request.
Fixes WAL-311
Type of Change
Checklist