diff options
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_smtpnet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_smtpnet.py b/Lib/test/test_smtpnet.py index 73bc28a..2108df5 100644 --- a/Lib/test/test_smtpnet.py +++ b/Lib/test/test_smtpnet.py @@ -11,7 +11,7 @@ class SmtpSSLTest(unittest.TestCase): remotePort = 465 def test_connect(self): - test_support.get_attribute(smtplib, 'SMTP_SSLX') + test_support.get_attribute(smtplib, 'SMTP_SSL') server = smtplib.SMTP_SSL(self.testServer, self.remotePort) server.ehlo() server.quit() |