Browse Source

Fix test

pull/172/head
ariannedee 5 years ago
parent
commit
b6146ab3fe
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      edivorce/apps/core/tests/test_api.py

+ 1
- 2
edivorce/apps/core/tests/test_api.py View File

@ -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.',


Loading…
Cancel
Save