Skip to content

Commit

Permalink
chore: adjusted postman collection for nightly tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kammerlo committed Apr 8, 2024
1 parent 20e603b commit ba8eebb
Showing 1 changed file with 0 additions and 42 deletions.
42 changes: 0 additions & 42 deletions postmanTests/rosetta-java.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -829,48 +829,6 @@
},
"response": []
},
{
"name": "/block/transaction",
"event": [
{
"listen": "test",
"script": {
"exec": [
"console.log(pm.request.toJSON())",
"pm.test(\"Status code is 200\", function () {",
" pm.response.to.have.status(200);",
"});",
"console.log(pm.response.json())"
],
"type": "text/javascript"
}
}
],
"request": {
"method": "POST",
"header": [],
"body": {
"mode": "raw",
"raw": "{\n \"network_identifier\": {\n \"blockchain\": \"cardano\",\n \"network\": \"{{networkId}}\"\n },\n \"block_identifier\": {\n \"index\": -1,\n \"hash\": \"Genesis\"\n }, \n \"transaction_identifier\": {\n \"hash\": \"8c1cb0c06b48dc4238775f81f3276634fbc243131323be95767055ef3d095515\"\n }\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{URL}}/block/transaction",
"host": [
"{{URL}}"
],
"path": [
"block",
"transaction"
]
}
},
"response": []
},
{
"name": "/account/balance",
"event": [
Expand Down

0 comments on commit ba8eebb

Please sign in to comment.