-
Notifications
You must be signed in to change notification settings - Fork 285
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
fix: openapi-validation test for consortium-manual plugin #1298
fix: openapi-validation test for consortium-manual plugin #1298
Conversation
efcfb03
to
d47e244
Compare
Includes tests for endpoints getConsortiumJwsV1 and getNodeJwsV1, each one of them with test cases: - Right request - Sending an invalid parameter closes hyperledger-cacti#1297 relationed with hyperledger-cacti#847 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
d47e244
to
fa23aca
Compare
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.
LGTM
@elenaizaguirre The CI is failing due to docker rate limits [1], I have an idea on how to fix it but it will take a minute to implement so please hang tight in the meantime.
[1]:
'toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\r\n'
Codecov Report
@@ Coverage Diff @@
## main #1298 +/- ##
=======================================
Coverage 68.63% 68.63%
=======================================
Files 301 301
Lines 10948 10948
Branches 1347 1347
=======================================
Hits 7514 7514
Misses 2733 2733
Partials 701 701 Continue to review full report at Codecov.
|
Includes tests for endpoints getConsortiumJwsV1 and
getNodeJwsV1, each one of them with test cases:
Closes: #1297
Relationed with #847
Signed-off-by: Elena Izaguirre e.izaguirre.equiza@accenture.com