Skip to content

Commit

Permalink
[#467] remove test override
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Dec 6, 2024
1 parent 6fb8d83 commit 09e092a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/objects/core/tests/test_objecttype_config.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from pathlib import Path

from django.db.models import QuerySet
from django.test import TestCase, override_settings
from django.test import TestCase

from django_setup_configuration.exceptions import ConfigurationRunFailed
from django_setup_configuration.test_utils import execute_single_step
Expand All @@ -15,7 +15,6 @@
TEST_FILES = (Path(__file__).parent / "files").resolve()


@override_settings(ZGW_CONSUMERS_IGNORE_OAS_FIELDS=True)
class ObjectTypesConfigurationStepTests(TestCase):
def test_empty_database(self):
service_1 = ServiceFactory(slug="service-1")
Expand Down

0 comments on commit 09e092a

Please sign in to comment.