From fff1affc93311e1afb0e74c1275a2175bfaecff6 Mon Sep 17 00:00:00 2001 From: Adimanv Date: Fri, 27 Sep 2024 16:44:27 +0530 Subject: [PATCH] minor change? --- database-cleanup/tests/test_app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database-cleanup/tests/test_app.py b/database-cleanup/tests/test_app.py index 1d9afac..5b855af 100644 --- a/database-cleanup/tests/test_app.py +++ b/database-cleanup/tests/test_app.py @@ -54,7 +54,7 @@ def _run_cli(func, args: list[str]): @pytest.fixture def site(session): # Create a new site (this way we know it won't have any forecasts yet). - client = str(uuid.uuid4()) + client = client_name= str(uuid.uuid4()) session.add(client) session.commit()