From 68ad56a67fef351635e3bba71535fe5abbeb6254 Mon Sep 17 00:00:00 2001 From: Alexander Shorin Date: Fri, 27 Mar 2015 03:40:10 +0300 Subject: [PATCH] Fix attwithfn2231utf8comp multipart test --- tests/test_multipart.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_multipart.py b/tests/test_multipart.py index 73b3f052f2e..0ca6d3c133e 100644 --- a/tests/test_multipart.py +++ b/tests/test_multipart.py @@ -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)