diff --git a/tests/integration/reqs/test_generic_request.py b/tests/integration/reqs/test_generic_request.py index a88c9b511..64ebd0c0c 100644 --- a/tests/integration/reqs/test_generic_request.py +++ b/tests/integration/reqs/test_generic_request.py @@ -38,7 +38,7 @@ async def test_websocket_formatting(self, client): def test_from_dict_json_without_api_version_input(self): with self.assertRaises(KeyError): - # input JSON does not contain an api_version field + # tx_history is invalid in the default API version 2 GenericRequest.from_dict( { "method": "tx_history",