mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
etc
This commit is contained in:
@@ -24,7 +24,7 @@ def pytest_configure():
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def logged_in_browser(live_server, browser):
|
||||
def logged_in_browser(live_server, browser, db):
|
||||
profile, created = Profile.objects.get_or_create(
|
||||
username="EventTest", first_name="Event", last_name="Test", initials="ETU", is_superuser=True)
|
||||
profile.set_password("EventTestPassword")
|
||||
|
||||
Reference in New Issue
Block a user