diff --git a/tests/schemas/test_openapi.py b/tests/schemas/test_openapi.py index 3b4882f31..fd3dfed23 100644 --- a/tests/schemas/test_openapi.py +++ b/tests/schemas/test_openapi.py @@ -43,9 +43,6 @@ class TestInspector(TestCase): @override_settings(REST_FRAMEWORK={'DEFAULT_SCHEMA_CLASS': 'rest_framework.schemas.inspectors.OpenAPIAutoSchema'}) class TestGenerator(TestCase): - def test_override_settings(self): - assert isinstance(views.ExampleListView.schema, OpenAPIAutoSchema) - def test_paths_construction(self): """Construction of the `paths` key.""" patterns = [