Skip to content

Commit

Permalink
update conftest
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jan 23, 2024
1 parent 7d6fbcf commit 1086cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def sites(db_session):
"""Create some fake sites"""

site_group = create_site_group(db_session=db_session)
create_user(db_session=db_session, email="[email protected]", site_group=site_group)
create_user(session=db_session, email="[email protected]", site_group_name=site_group.site_group_name)

sites = []
num_sites = 3
Expand Down

0 comments on commit 1086cff

Please sign in to comment.