diff --git a/web-app/test_main.py b/web-app/test_main.py index e7af3806..ecf07c28 100644 --- a/web-app/test_main.py +++ b/web-app/test_main.py @@ -4,7 +4,7 @@ from main import app -@pytest.fixture(name="client") +@pytest.fixture(name="mock_client") def client(): """Create a test client for the flask application""" app.config["TESTING"] = True