This commit is contained in:
Kris Wilson 2020-04-28 23:56:47 -07:00
parent bbf6c77227
commit 8d9b8c6f06

View File

@ -57,7 +57,7 @@ def _ensure_stopped(check_msg='There are no running servers'):
def test_stop_multi():
"""Tests lifecycle behavior for mixed-mode server types w/ default ports.
Suitable for local dev testing only due to reliance on default port binding.
Mostly suitable for local dev testing due to reliance on default port binding.
"""
TEST_PORT = '9797'
MSG_TMPL = 'Shutting down server on {}...'