mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 15:42:10 +03:00
try fix filename encoding bug -- fails in one test
This commit is contained in:
@@ -448,7 +448,7 @@ class TestOnlineAccount:
|
||||
|
||||
lp.sec("ac1: prepare and send attachment + text to ac2")
|
||||
blobdir = ac1.get_blobdir()
|
||||
basename = "somedata.txt" # XXX try unicode
|
||||
basename = "somedäüta.txt"
|
||||
p = os.path.join(blobdir, basename)
|
||||
with open(p, "w") as f:
|
||||
f.write("some data")
|
||||
|
||||
Reference in New Issue
Block a user