mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 14:59:49 +00:00
Fix Sopel tests; broken by 9b2a6a063c811d0f37bebce79cb89662c66d213e.
This commit is contained in:
@ -24,8 +24,8 @@ class SopelController(BaseClientController):
|
||||
supported_sasl_mechanisms = {
|
||||
'PLAIN',
|
||||
}
|
||||
def __init__(self):
|
||||
super().__init__()
|
||||
def __init__(self, test_config):
|
||||
super().__init__(test_config)
|
||||
self.filename = next(tempfile._get_candidate_names()) + '.cfg'
|
||||
self.proc = None
|
||||
def kill(self):
|
||||
|
Reference in New Issue
Block a user