From fcf69f7c197a718b726faddfc57a8dc6f9719f76 Mon Sep 17 00:00:00 2001 From: iratxe Date: Mon, 5 Dec 2022 15:58:38 +0100 Subject: [PATCH] Remove comment --- tests/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 25afbc4bc..2d6dabc3b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -88,7 +88,6 @@ def app(): @pytest.fixture() def request_context(app): - """Create the app and return the request context as a fixture""" return app.test_request_context