-
Notifications
You must be signed in to change notification settings - Fork 295
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 xdai plugin #1289
fix: openapi-validation test for xdai plugin #1289
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1289 +/- ##
==========================================
+ Coverage 67.93% 68.63% +0.69%
==========================================
Files 301 301
Lines 10948 10948
Branches 1347 1347
==========================================
+ Hits 7438 7514 +76
+ Misses 2819 2733 -86
- Partials 691 701 +10
Continue to review full report at Codecov.
|
51d65a0
to
0fdae88
Compare
...gin-ledger-connector-xdai/src/test/typescript/integration/openapi/openapi-validation.test.ts
Outdated
Show resolved
Hide resolved
...ages/cactus-plugin-ledger-connector-xdai/src/main/typescript/plugin-ledger-connector-xdai.ts
Outdated
Show resolved
Hide resolved
d1c926d
to
6f44052
Compare
Includes tests for endpoints deployContractV1, invokeContractV1 and runTransactionV1, each of them with test cases: - Right request - Request including an invalid parameter - Request without a required parameter Closes hyperledger-cacti#1288 Relationed with hyperledger-cacti#847 Signed-off-by: Elena Izaguirre <[email protected]>
6f44052
to
e701a15
Compare
Includes tests for endpoints deployContractV1,
invokeContractV1 and runTransactionV1, each of them
with test cases:
Closes: #1288
Relationed with #847
Signed-off-by: Elena Izaguirre [email protected]