Skip to content

Commit c7a7c33

Browse files
committed
Removing @pytest.mark.xfail decoration. Ralf fixed the test.
1 parent f3d0155 commit c7a7c33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_mailgw.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4441,7 +4441,6 @@ def testForwardedMessageAttachment(self):
44414441
self.assertEqual(self.db.file.get(fileid, 'type'), 'message/rfc822')
44424442

44434443

4444-
@pytest.mark.xfail
44454444
def testStandardMsg(self):
44464445
self.instance.config['MAIL_DOMAIN'] = 'example.com'
44474446
name = u'Accented chars \xe4\xf6\xfc\xc4\xd6\xdc\xdf'

0 commit comments

Comments
 (0)