mirror of
https://github.com/django/daphne.git
synced 2025-07-26 23:19:46 +03:00
Add missing attribute to mock server.
This commit is contained in:
parent
7b9be5e29f
commit
3d01151ec5
|
@ -80,6 +80,7 @@ class TestCLIInterface(TestCase):
|
||||||
"""
|
"""
|
||||||
Mock server object for testing.
|
Mock server object for testing.
|
||||||
"""
|
"""
|
||||||
|
abort_start = False
|
||||||
|
|
||||||
def __init__(self, **kwargs):
|
def __init__(self, **kwargs):
|
||||||
self.init_kwargs = kwargs
|
self.init_kwargs = kwargs
|
||||||
|
|
Loading…
Reference in New Issue
Block a user