aboutsummaryrefslogtreecommitdiffstats
path: root/test/tservers.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/tservers.py')
-rw-r--r--test/tservers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tservers.py b/test/tservers.py
index 7548ebc4..146dd13d 100644
--- a/test/tservers.py
+++ b/test/tservers.py
@@ -283,7 +283,7 @@ class ChainProxTest(ProxTestBase):
def teardownAll(cls):
super(ChainProxTest, cls).teardownAll()
for p in cls.chain:
- p.tmaster.server.shutdown()
+ p.tmaster.shutdown()
def setUp(self):
super(ChainProxTest, self).setUp()