Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed Apr 22, 2024
1 parent dd81876 commit c04a93a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/objecttypes/config/objects.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/objecttypes/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c04a93a

Please sign in to comment.