Skip to content

Commit

Permalink
✅ Fix zgw_consumers import error in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenbal committed Sep 20, 2024
1 parent a878cc4 commit e336bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e336bbe

Please sign in to comment.