diff --git a/src/objecttypes/config/objects.py b/src/objecttypes/config/objects.py index 6c9688bd..b755b33d 100644 --- a/src/objecttypes/config/objects.py +++ b/src/objecttypes/config/objects.py @@ -44,9 +44,6 @@ def configure(self): token_auth.save(update_fields=["contact_person", "email"]) def test_configuration(self): - """ - This check depends on the configuration of permissions in Open Zaak - """ endpoint = reverse("v2:objecttype-list") full_url = build_absolute_url(endpoint, request=None) diff --git a/src/objecttypes/utils/__init__.py b/src/objecttypes/utils/__init__.py index e6be3482..9eeca335 100644 --- a/src/objecttypes/utils/__init__.py +++ b/src/objecttypes/utils/__init__.py @@ -6,7 +6,7 @@ def get_domain() -> str: """ - Obtain the domain/netloc of Open Notificaties according to settings or configuration. + Obtain the domain/netloc according to settings or configuration. """ from django.contrib.sites.models import Site