diff --git a/packages/integration-tests/tests/api/blocks.test.ts b/packages/integration-tests/tests/api/blocks.test.ts index 16113ab7c2..90049e5200 100644 --- a/packages/integration-tests/tests/api/blocks.test.ts +++ b/packages/integration-tests/tests/api/blocks.test.ts @@ -67,7 +67,7 @@ describe("Blocks", () => { }); }); -describe("API module: Block", () => { +describe("/api?module=block", () => { //@id1700 it("Verify /api?module=block&action=getblockcountdown&blockno={block_number} response", async () => { const blocks = await request(environment.blockExplorerAPI).get("/blocks"); diff --git a/packages/integration-tests/tests/api/transactions.test.ts b/packages/integration-tests/tests/api/transactions.test.ts index 554d0353bf..ac120fc3b2 100644 --- a/packages/integration-tests/tests/api/transactions.test.ts +++ b/packages/integration-tests/tests/api/transactions.test.ts @@ -1189,7 +1189,7 @@ describe("Transactions", () => { }); }); - describe("API module: Transaction", () => { + describe("/api?module=transaction", () => { //@id1697 it("Verify /api?module=transaction&action=getstatus response", async () => { txHash = await helper.getStringFromFile(bufferFile + Buffer.txEthTransfer);