From 62bb9e80d98b45484beb8f9f911a8449cdd703f0 Mon Sep 17 00:00:00 2001 From: Michael Price Date: Mon, 19 Mar 2018 17:23:31 -0400 Subject: [PATCH] Not need to add a tearDown method, this is done by the base class. Signed-off-by: Michael Price --- mayan/apps/metadata/tests/test_wizard_steps.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mayan/apps/metadata/tests/test_wizard_steps.py b/mayan/apps/metadata/tests/test_wizard_steps.py index 7a2da7ae8a..84bfa78f47 100644 --- a/mayan/apps/metadata/tests/test_wizard_steps.py +++ b/mayan/apps/metadata/tests/test_wizard_steps.py @@ -34,10 +34,6 @@ class DocumentUploadMetadataTestCase(MetadataTypeMixin, GenericDocumentViewTestC metadata_type=self.metadata_type, required=True ) - def tearDown(self): - self.document_type.delete() - super(DocumentUploadMetadataTestCase, self).tearDown() - def test_unicode_interactive_with_unicode_metadata(self): url = furl(reverse('sources:upload_interactive')) url.args['metadata0_id'] = self.metadata_type.pk