Call wait() in server tests
Just for the sake of the coverage report.
This commit is contained in:
parent
0fc785267f
commit
dd4b8bd672
@ -37,6 +37,7 @@ class ServerSetupMixin(object):
|
||||
|
||||
def stop(self, ctxt):
|
||||
self._server.stop()
|
||||
self._server.wait()
|
||||
|
||||
def start(self):
|
||||
self._server.start()
|
||||
|
Loading…
x
Reference in New Issue
Block a user