diff --git a/src/tests/conftest.py b/src/tests/conftest.py index ed58e1a..ed50b44 100644 --- a/src/tests/conftest.py +++ b/src/tests/conftest.py @@ -5,7 +5,7 @@ from app import app # the client here allow to use the app without running in live server -# see https://flask.palletsprojects.com/en/2.0.x/testing/#sending-requests-with-the-test-client +# see https://flask.palletsprojects.com/en/2.0.x/testing/#sending-requests-with-the-test-client # noqa: E501 @pytest.fixture def client(): app.config['TESTING'] = True