We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a3678 commit 0313fe1Copy full SHA for 0313fe1
tests/unit/test_executable.py
@@ -383,9 +383,6 @@ def test_topic_create_transaction_fails_on_nonretriable_error():
383
):
384
tx.execute(client)
385
386
- # Verify the error contains the expected status
387
- assert f"{ResponseCode.INVALID_TRANSACTION_BODY.name} ({ResponseCode.INVALID_TRANSACTION_BODY.value})" in str(exc_info.value)
388
-
389
def test_transaction_node_switching_body_bytes():
390
"""Test that execution switches nodes after receiving a non-retriable error."""
391
ok_response = TransactionResponseProto(nodeTransactionPrecheckCode=ResponseCode.OK)
0 commit comments