rename test app
This commit is contained in:
parent
02b9a0a297
commit
7de3f7aa78
|
@ -193,7 +193,7 @@ def test_post_form_multipart_form_data():
|
|||
|
||||
@pytest.fixture
|
||||
def redirect_app():
|
||||
app = Sanic('test_get_then_redirect_01')
|
||||
app = Sanic('test_redirection')
|
||||
|
||||
@app.route('/redirect_init')
|
||||
async def redirect_init(request):
|
||||
|
|
Loading…
Reference in New Issue
Block a user