Signed-off-by: Helga Velroyen <[email protected]>
---
test/py/testutils_ssh.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/py/testutils_ssh.py b/test/py/testutils_ssh.py
index 34e9d85..fa3b35d 100644
--- a/test/py/testutils_ssh.py
+++ b/test/py/testutils_ssh.py
@@ -563,8 +563,8 @@ class FakeSshFileManager(object):
new_node_data = self._NodeInfo(
uuid=old_node_data.uuid,
key=new_key,
- is_potential_master_candidate=
- old_node_data.is_potential_master_candidate,
+ is_potential_master_candidate=old_node_data
+ .is_potential_master_candidate,
is_master_candidate=old_node_data.is_master_candidate,
is_master=old_node_data.is_master)
--
2.7.0.rc3.207.g0ac5344