Skip to content

Commit 22f0c33

Browse files
authored
fix: replace fee collector account in Postman tests to prevent CI timeouts (#4557)
Signed-off-by: Logan Nguyen <[email protected]>
1 parent 65c2bb1 commit 22f0c33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/hedera-json-rpc-relay/postman.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
"header": [],
273273
"body": {
274274
"mode": "raw",
275-
"raw": "{\n \"id\": \"test_id\",\n \"jsonrpc\": \"2.0\",\n \"method\": \"eth_getBalance\",\n \"params\": [\"0x0000000000000000000000000000000000000062\", \"latest\"]\n}",
275+
"raw": "{\n \"id\": \"test_id\",\n \"jsonrpc\": \"2.0\",\n \"method\": \"eth_getBalance\",\n \"params\": [\"0x0000000000000000000000000000000000000002\", \"latest\"]\n}",
276276
"options": {
277277
"raw": {
278278
"language": "json"
@@ -1033,7 +1033,7 @@
10331033
"header": [],
10341034
"body": {
10351035
"mode": "raw",
1036-
"raw": "{\n \"id\": \"test_id\",\n \"jsonrpc\": \"2.0\",\n \"method\": \"eth_getTransactionCount\",\n \"params\": [\n \"0x0000000000000000000000000000000000000062\", \"latest\"\n ]\n}",
1036+
"raw": "{\n \"id\": \"test_id\",\n \"jsonrpc\": \"2.0\",\n \"method\": \"eth_getTransactionCount\",\n \"params\": [\n \"0x0000000000000000000000000000000000000002\", \"latest\"\n ]\n}",
10371037
"options": {
10381038
"raw": {
10391039
"language": "json"

packages/server/tests/postman.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
"header": [],
273273
"body": {
274274
"mode": "raw",
275-
"raw": "{\n \"id\": \"test_id\",\n \"jsonrpc\": \"2.0\",\n \"method\": \"eth_getBalance\",\n \"params\": [\"0x0000000000000000000000000000000000000062\", \"latest\"]\n}",
275+
"raw": "{\n \"id\": \"test_id\",\n \"jsonrpc\": \"2.0\",\n \"method\": \"eth_getBalance\",\n \"params\": [\"0x0000000000000000000000000000000000000002\", \"latest\"]\n}",
276276
"options": {
277277
"raw": {
278278
"language": "json"
@@ -1073,7 +1073,7 @@
10731073
"header": [],
10741074
"body": {
10751075
"mode": "raw",
1076-
"raw": "{\n \"id\": \"test_id\",\n \"jsonrpc\": \"2.0\",\n \"method\": \"eth_getTransactionCount\",\n \"params\": [\n \"0x0000000000000000000000000000000000000062\", \"latest\"\n ]\n}",
1076+
"raw": "{\n \"id\": \"test_id\",\n \"jsonrpc\": \"2.0\",\n \"method\": \"eth_getTransactionCount\",\n \"params\": [\n \"0x0000000000000000000000000000000000000002\", \"latest\"\n ]\n}",
10771077
"options": {
10781078
"raw": {
10791079
"language": "json"

0 commit comments

Comments
 (0)