fix test
This commit is contained in:
parent
b5e50ecb75
commit
2d5fd2fe1c
|
@ -9,10 +9,10 @@ from sanic import Sanic
|
||||||
from sanic.utils import HOST, PORT
|
from sanic.utils import HOST, PORT
|
||||||
|
|
||||||
AVAILABLE_LISTENERS = [
|
AVAILABLE_LISTENERS = [
|
||||||
'before_start',
|
'before_server_start',
|
||||||
'after_start',
|
'after_server_start',
|
||||||
'before_stop',
|
'before_server_stop',
|
||||||
'after_stop'
|
'after_server_stop'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user