diff --git a/tests/conftest.py b/tests/conftest.py index 689b87cfd0fd1354c7412c4d6baa90bb1fd190d0..550e6d83011096ecccd3552bd13707e10d5c906c 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1125,7 +1125,7 @@ URN_TEST_REQUEST_DICTS = [ 3 ), - # -------- STEEMD BARE METHOD ---------------- + # -------- HIVED BARE METHOD ---------------- # hived, bare method, no params ({ 'id': 5020, @@ -1200,7 +1200,7 @@ URN_TEST_REQUEST_DICTS = [ ), - # -------- STEEMD METHOD=CALL ---------------- + # -------- HIVED METHOD=CALL ---------------- # hived, method=call, empty params list diff --git a/tests/data/jsonrpc/steemd.json b/tests/data/jsonrpc/hived.json similarity index 100% rename from tests/data/jsonrpc/steemd.json rename to tests/data/jsonrpc/hived.json diff --git a/tests/data/schema/steemd-response-schema.json b/tests/data/schema/hived-response-schema.json similarity index 100% rename from tests/data/schema/steemd-response-schema.json rename to tests/data/schema/hived-response-schema.json diff --git a/tests/data/schema/steemd_schema.json b/tests/data/schema/hived_schema.json similarity index 99% rename from tests/data/schema/steemd_schema.json rename to tests/data/schema/hived_schema.json index d24252c51b0a4367faf5a14a99e1152a715b71e3..8d96873fd830c5936d5ff44cbb97d5d18211c0a3 100644 --- a/tests/data/schema/steemd_schema.json +++ b/tests/data/schema/hived_schema.json @@ -1,7 +1,7 @@ { "id": "https://schema.steemitdev/blockchain/block.json", "$schema": "http://json-schema.org/draft-04/schema#", - "title": "Steem Blockchain Schema", + "title": "Hive Blockchain Schema", "type": "object", "properties": { "transaction_merkle_root": {