Allow multitle expected_content_types in tests
Some tests return 'text/html' or 'text/html; charset=utf-8' which are essentially the same if they are tested in debug mode. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -306,7 +306,7 @@ class DetachedSignaturesViewTestCase(
|
||||
permission=permission_document_version_signature_download
|
||||
)
|
||||
|
||||
self.expected_content_type = 'application/octet-stream; charset=utf-8'
|
||||
self.expected_content_types = ('application/octet-stream; charset=utf-8',)
|
||||
|
||||
response = self._request_test_document_version_signature_download_view()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user