Skip to content

Commit

Permalink
add contact_types to dataset/project import tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vildead committed Apr 1, 2021
1 parent 913acaf commit e28d689
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/tests/importer/test_datasets_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def test_dummy(celery_session_worker, storage_resources, can_defer_constraint_ch


@pytest.mark.django_db
def test_import_datasets(celery_session_worker, storage_resources, data_types, partners, gdpr_roles, can_defer_constraint_checks):
def test_import_datasets(celery_session_worker, storage_resources, contact_types, data_types, partners, gdpr_roles, can_defer_constraint_checks):
VIP = factories.VIPGroup()

factories.UserFactory.create(first_name='Igor', last_name='Teal', groups=[VIP], email="user@uni.edu")
Expand Down
2 changes: 1 addition & 1 deletion core/tests/importer/test_projects_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


@pytest.mark.django_db
def test_import_projects(celery_session_worker, partners):
def test_import_projects(celery_session_worker, contact_types, partners):

VIP = factories.VIPGroup()

Expand Down

0 comments on commit e28d689

Please sign in to comment.