From 7de3f7aa789bfc4fada08acb8b0b5a3bfc203553 Mon Sep 17 00:00:00 2001 From: Suby Raman Date: Sat, 14 Jan 2017 00:43:30 -0500 Subject: [PATCH] rename test app --- tests/test_requests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):