We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca6e49 commit 90d9591Copy full SHA for 90d9591
docker-app/qfieldcloud/filestorage/tests/test_attachments.py
@@ -242,8 +242,7 @@ def test_not_versioned_attachment_upload_succeeds(self):
242
243
second_content_name = file.latest_version.content.name
244
245
- # Following line fails since the implementation of `bytemark/webdav` adds a random file suffix before the extension.
246
- # self.assertTrue(second_content_name.endswith("DCIM/file.name"))
+ self.assertTrue(second_content_name.endswith("DCIM/file.name"))
247
self.assertTrue(second_content_name.endswith(".name"))
248
249
response = self._delete_file(self.u1, p, "DCIM/file.name")
0 commit comments