commit | e7e1a4d9933b14c336be5f590c595e5528474dbd | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Sat Dec 17 20:29:52 2016 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Sat Dec 17 20:29:52 2016 +0200 |
tree | 0cbc1979b8ea6c01221efe8a0e48698931f82a58 | |
parent | 39e449e6b64dd53f20cd9c0822471286aba90e6e [diff] [blame] |
fixeg code
diff --git a/wally/fuel.py b/wally/fuel.py index 040dcf4..1680d29 100644 --- a/wally/fuel.py +++ b/wally/fuel.py
@@ -77,7 +77,7 @@ if discover_nodes: try: - fuel_rpc = setup_rpc(connect(fuel_node_info), ctx.rpc_code) + fuel_rpc = setup_rpc(connect(fuel_node_info), ctx.rpc_code, ctx.default_rpc_plugins) except AuthenticationException: raise StopTestError("Wrong fuel credentials") except Exception: