Skip to content

Commit bcfe9d2

Browse files
committed
use 02 syntax
1 parent 6a5188e commit bcfe9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_smtplib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1467,7 +1467,7 @@ def test_send_unicode_with_SMTPUTF8_via_low_level_API(self):
14671467
self.assertIn('SMTPUTF8', self.serv.last_mail_options)
14681468
self.assertEqual(self.serv.last_rcpt_options, [])
14691469

1470-
@support.run_with_tz('UTC-2')
1470+
@support.run_with_tz('UTC-02')
14711471
def test_send_message_uses_smtputf8_if_addrs_non_ascii(self):
14721472
msg = EmailMessage()
14731473
msg['From'] = "Páolo <fő[email protected]>"

0 commit comments

Comments
 (0)