From b6146ab3fe692ec04f6a68845429dbe02e54dc92 Mon Sep 17 00:00:00 2001 From: ariannedee Date: Wed, 14 Oct 2020 15:01:33 -0700 Subject: [PATCH] Fix test --- edivorce/apps/core/tests/test_api.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/edivorce/apps/core/tests/test_api.py b/edivorce/apps/core/tests/test_api.py index a615de4b..82eca245 100644 --- a/edivorce/apps/core/tests/test_api.py +++ b/edivorce/apps/core/tests/test_api.py @@ -108,8 +108,7 @@ class APITest(APITestCase): file.seek(0) - with self.settings(CLAMAV_ENABLED=True): - response = self.client.post(url, data) + response = self.client.post(url, data) self.assertContains(response, 'This file appears to have already been uploaded for this document.',