Skip to content

Commit

Permalink
Fix attwithfn2231utf8comp multipart test
Browse files Browse the repository at this point in the history
  • Loading branch information
kxepal committed Mar 27, 2015
1 parent 1e58148 commit 68ad56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_multipart.py
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,7 @@ def test_attwithfn2231noc(self):
self.assertEqual('attachment', disptype)
self.assertEqual({'filename*': 'foo-ä-€.html'}, params)

def attwithfn2231utf8comp(self):
def test_attwithfn2231utf8comp(self):
disptype, params = parse_content_disposition(
"attachment; filename*=UTF-8''foo-a%cc%88.html")
self.assertEqual('attachment', disptype)
Expand Down

0 comments on commit 68ad56a

Please sign in to comment.