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