From 43e0c85120ce9a93586baae83f40a3ec4a119b21 Mon Sep 17 00:00:00 2001 From: Jean Luis Adrover Torres <98844818+jladrover@users.noreply.github.com> Date: Tue, 16 Apr 2024 20:30:51 -0400 Subject: [PATCH] testfix --- web-app/test_main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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