From 05267221c2e61d211f2a3801b2b07456b3a4ab3b Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Thu, 9 Aug 2018 14:12:45 +0200 Subject: [PATCH] Remove redundant test. --- tests/schemas/test_openapi.py | 3 --- 1 file changed, 3 deletions(-) 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 = [