diff --git a/tests/ship_streamer_test.py b/tests/ship_streamer_test.py index 76c4f58a63..e7f38371db 100755 --- a/tests/ship_streamer_test.py +++ b/tests/ship_streamer_test.py @@ -106,11 +106,11 @@ def getLatestSnapshot(nodeId): wasmFile = "%s.wasm" % (contract) abiFile = "%s.abi" % (contract) - nonProdNode.publishContract(accounts[0], contractDir, wasmFile, abiFile) + nonProdNode.publishContract(cluster.defproducerbAccount, contractDir, wasmFile, abiFile) jumbotxn = { - "actions": [{"account": "testeraaaaaa","name": "jumbotime", - "authorization": [{"actor": "testeraaaaaa","permission": "active"}], + "actions": [{"account": "defproducerb","name": "jumbotime", + "authorization": [{"actor": "defproducerb","permission": "active"}], "data": "", "compression": "none"}] }