Tests: migrated to the pytest.
This commit is contained in:
@@ -53,7 +53,7 @@ class TestControl(TestHTTP):
|
||||
args = {
|
||||
'url': url,
|
||||
'sock_type': 'unix',
|
||||
'addr': self.testdir + '/control.unit.sock',
|
||||
'addr': self.temp_dir + '/control.unit.sock',
|
||||
}
|
||||
|
||||
if conf is not None:
|
||||
|
||||
Reference in New Issue
Block a user