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 ec5e638 commit d08bd28
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 @@ -58,7 +58,7 @@ def site(session):
session.add(client)
session.commit()

site = SiteSQL( ml_id=hash(uuid.uuid4()) % 2147483647)
site = SiteSQL(client.client_uuid, ml_id=hash(uuid.uuid4()) % 2147483647)
session.add(site)
session.commit()
return site
Expand Down

0 comments on commit d08bd28

Please sign in to comment.