diff --git a/edc_action_item/tests/tests/test_auths.py b/edc_action_item/tests/tests/test_auths.py index c26a519..c61fa86 100644 --- a/edc_action_item/tests/tests/test_auths.py +++ b/edc_action_item/tests/tests/test_auths.py @@ -5,7 +5,7 @@ from edc_auth.auth_updater import AuthUpdater from edc_auth.site_auths import site_auths from edc_data_manager.auth_objects import DATA_MANAGER_ROLE, SITE_DATA_MANAGER_ROLE -from edc_export.auth_objects import EXPORT +from edc_export.constants import EXPORT class TestAuths(TestCase):