Browse Source

Update test_attachment.py

pull/6/head
Mathias Markl 7 years ago
committed by GitHub
parent
commit
093daa88fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      muk_attachment_lobject/tests/test_attachment.py

4
muk_attachment_lobject/tests/test_attachment.py

@ -90,4 +90,6 @@ class AttachmentTestCase(common.HttpCase):
attach.id, attach.id,
'store_lobject' 'store_lobject'
) )
self.url_open(url)
self.assertTrue(self.url_open(url))
attach.unlink()
attach._cr.commit()
Loading…
Cancel
Save