We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9ae87 commit 0068ea7Copy full SHA for 0068ea7
Lib/test/test_poplib.py
@@ -29,7 +29,7 @@
29
import ssl
30
31
SUPPORTS_SSL = True
32
- CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "certadata", "keycert3.pem")
+ CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "certdata", "keycert3.pem")
33
CAFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "certdata", "pycacert.pem")
34
35
requires_ssl = skipUnless(SUPPORTS_SSL, 'SSL not supported')
0 commit comments