Skip to content

Commit

Permalink
INDY-1888: fix testSendNodeFailsIfDestIsHexKey
Browse files Browse the repository at this point in the history
Signed-off-by: toktar <[email protected]>
  • Loading branch information
Toktar committed Dec 4, 2018
1 parent 9a2434d commit 59b0dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indy_node/test/node_txn/test_send_node_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def testSendNodeFailsIfDestIsShortReadableName(
def testSendNodeFailsIfDestIsHexKey(
looper, sdk_pool_handle, nodeSet, sdk_node_theta_added, node_request):
node_request['operation']['dest'] = cryptonymToHex(
node_request['operation']['dest']).decode()
node_request['operation']['dest']).decode() + "0"
steward_wallet, node = sdk_node_theta_added
request_couple = sdk_sign_and_send_prepared_request(looper, steward_wallet,
sdk_pool_handle,
Expand Down

0 comments on commit 59b0dba

Please sign in to comment.