fix: linter errors over conftest.py [no ci]

This commit is contained in:
Alec.Schmidt
2025-03-18 10:14:08 +01:00
parent 83d70c4fc5
commit 89e66a8b58

View File

@@ -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