Private
Public Access
1
0

passing all tests in thinkpad

This commit is contained in:
Sander Roosendaal
2019-02-09 08:07:32 +01:00
parent dd2d69d9d0
commit 007e55c8b2
6 changed files with 24 additions and 13 deletions

View File

@@ -181,7 +181,7 @@ race 1
""")
m.save()
a2 = 'media/mailbox_attachments/minute.csv'
copyfile('rowers/tests/testdata/minute.csv',a2)
copy('rowers/tests/testdata/minute.csv',a2)
a = MessageAttachment(message=m,document=a2[6:])
a.save()