smoke test the rest of the apps
This commit is contained in:
@@ -21,9 +21,9 @@ def create_cid_manager(db, django_user_model):
|
||||
|
||||
@pytest.fixture
|
||||
def create_groups(db):
|
||||
Group.objects.create(name="rcr_radiology_assessor")
|
||||
Group.objects.create(name="rcr_oncology_assessor")
|
||||
Group.objects.create(name="rcr_assessor")
|
||||
Group.objects.get_or_create(name="rcr_radiology_assessor")
|
||||
Group.objects.get_or_create(name="rcr_oncology_assessor")
|
||||
Group.objects.get_or_create(name="rcr_assessor")
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
||||
Reference in New Issue
Block a user