Call wait() in server tests

Just for the sake of the coverage report.
This commit is contained in:
Mark McLoughlin 2013-06-15 21:22:10 +01:00
parent 0fc785267f
commit dd4b8bd672

View File

@ -37,6 +37,7 @@ class ServerSetupMixin(object):
def stop(self, ctxt):
self._server.stop()
self._server.wait()
def start(self):
self._server.start()