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/test_run_class.py b/wally/test_run_class.py index 30c46e7..a731b5a 100644 --- a/wally/test_run_class.py +++ b/wally/test_run_class.py
@@ -29,6 +29,7 @@ self.os_connection = None # type: Optional[OSConnection] self.fuel_conn = None # type: Optional[Connection] self.rpc_code = None # type: bytes + self.default_rpc_plugins = None # type: Dict[str, bytes] self.storage = storage self.config = config