Remove redundant test.

This commit is contained in:
Carlton Gibson 2018-08-09 14:12:45 +02:00
parent 7241de66ae
commit 05267221c2

View File

@ -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 = [