diff --git a/tests/test_requests.py b/tests/test_requests.py index 2cb41636..e88b5e28 100644 --- a/tests/test_requests.py +++ b/tests/test_requests.py @@ -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):