-
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 quorum plugin #1287
fix: openapi-validation test for quorum plugin #1287
Conversation
b548765
to
f2b6d8f
Compare
Codecov Report
@@ Coverage Diff @@
## main #1287 +/- ##
==========================================
+ Coverage 67.83% 67.95% +0.11%
==========================================
Files 301 301
Lines 10948 10948
Branches 1347 1347
==========================================
+ Hits 7427 7440 +13
+ Misses 2832 2817 -15
- Partials 689 691 +2
Continue to review full report at Codecov.
|
packages/cactus-plugin-ledger-connector-quorum/src/main/json/openapi.json
Outdated
Show resolved
Hide resolved
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.
@elenaizaguirre Same requests/questions here as in the other OpenAPI validation PR
f2b6d8f
to
0ecadc3
Compare
Includes tests for endpoints deployContractSolBytecodeV1, invokeContractV1 and runTransactionV1, each of them with test cases: - Right request - Request including an invalid parameter - Request without a required parameter Closes hyperledger-cacti#1286 Relationed with hyperledger-cacti#847 Signed-off-by: Elena Izaguirre <e.izaguirre.equiza@accenture.com>
0ecadc3
to
ea61f3e
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
Includes tests for endpoints deployContractSolBytecodeV1,
invokeContractV1 and runTransactionV1, each of them
with test cases:
Closes: #1286
Relationed with #847
Signed-off-by: Elena Izaguirre e.izaguirre.equiza@accenture.com