diff --git a/setup.cfg b/setup.cfg index f3320d2..ac70cd2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -41,6 +41,7 @@ install_requires = djangorestframework_camel_case>=1.2.0 gemma-zds-client>=0.15.0 zgw-consumers + Faker>=0.7.0 tests_require = psycopg2 pytest diff --git a/tests/conftest.py b/tests/conftest.py index bfe9184..ac7ee5b 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -4,7 +4,7 @@ import pytest from rest_framework.test import APIClient from zgw_consumers.constants import APITypes -from zgw_consumers.service import Service +from zgw_consumers.models import Service from notifications_api_common.models import NotificationsConfig from testapp import urls # noqa