tests: remove stray enable_debug()
This commit is contained in:
parent
42276f158b
commit
7ff9d573b6
|
@ -20,7 +20,6 @@ class TwoThreeCompatTest(testlib.RouterMixin, testlib.TestCase):
|
||||||
python_path = 'python3'
|
python_path = 'python3'
|
||||||
|
|
||||||
def test_succeeds(self):
|
def test_succeeds(self):
|
||||||
self.router.enable_debug()
|
|
||||||
spare = self.router.fork()
|
spare = self.router.fork()
|
||||||
target = self.router.local(python_path=self.python_path)
|
target = self.router.local(python_path=self.python_path)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue