mirror of
https://github.com/django/daphne.git
synced 2025-07-25 14:39: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.
|
||||
"""
|
||||
abort_start = False
|
||||
|
||||
def __init__(self, **kwargs):
|
||||
self.init_kwargs = kwargs
|
||||
|
|
Loading…
Reference in New Issue
Block a user