Mathias Markl
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
muk_attachment_lobject/tests/test_attachment.py
|
@ -83,6 +83,7 @@ class AttachmentTestCase(common.HttpCase): |
|
|
attach = self.attachment.create({ |
|
|
attach = self.attachment.create({ |
|
|
'name': "Test", |
|
|
'name': "Test", |
|
|
'datas': base64.b64encode(b"\xff data")}) |
|
|
'datas': base64.b64encode(b"\xff data")}) |
|
|
|
|
|
attach._cr.commit() |
|
|
self.authenticate('admin', 'admin') |
|
|
self.authenticate('admin', 'admin') |
|
|
url = "/web/lobject/{}".format( |
|
|
url = "/web/lobject/{}".format( |
|
|
attach.id |
|
|
attach.id |
|
|