aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-09-30 12:34:08 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2016-09-30 12:34:19 +0200
commit83998b52d07b5ccae87c2e715ca6cbe72abce0f5 (patch)
tree71eb5400f991831e7898061d88dc9f0c3b8a1b5e /qa
parentf560d9564f74ae8f4b449121b22703b23db3d010 (diff)
parent46a4774d2bb9cc863e43507212ef989fa10d56d4 (diff)
downloadbitcoin-83998b52d07b5ccae87c2e715ca6cbe72abce0f5.tar.xz
Merge #8841: [qa] fix nulldummy test
46a4774 Fix nulldummy.py test (Johnson Lau)
Diffstat (limited to 'qa')
-rwxr-xr-xqa/rpc-tests/nulldummy.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/qa/rpc-tests/nulldummy.py b/qa/rpc-tests/nulldummy.py
index 6488a92364..54b7eac376 100755
--- a/qa/rpc-tests/nulldummy.py
+++ b/qa/rpc-tests/nulldummy.py
@@ -119,6 +119,8 @@ class NULLDUMMYTest(BitcoinTestFramework):
node.sendrawtransaction(bytes_to_hex_str(tx.serialize_with_witness()), True)
except JSONRPCException as exp:
assert_equal(exp.error["message"], msg)
+ else:
+ assert_equal('', msg)
return tx.hash