Skip to content

Commit

Permalink
minor change?
Browse files Browse the repository at this point in the history
  • Loading branch information
ADIMANV committed Sep 27, 2024
1 parent d08bd28 commit fff1aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database-cleanup/tests/test_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit fff1aff

Please sign in to comment.