the application was rewritten a bit to be more testable
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ class CommandException(Exception):
|
||||
|
||||
class Cluster(object):
|
||||
|
||||
def __init__(self, url):
|
||||
def __init__(self, url=None):
|
||||
self.url = url
|
||||
|
||||
def run_command(self, command):
|
||||
|
||||
Reference in New Issue
Block a user