Skip to content

Commit 0068ea7

Browse files
committed
Fix test_poplib.py
1 parent 2f9ae87 commit 0068ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_poplib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
import ssl
3030

3131
SUPPORTS_SSL = True
32-
CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "certadata", "keycert3.pem")
32+
CERTFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "certdata", "keycert3.pem")
3333
CAFILE = os.path.join(os.path.dirname(__file__) or os.curdir, "certdata", "pycacert.pem")
3434

3535
requires_ssl = skipUnless(SUPPORTS_SSL, 'SSL not supported')

0 commit comments

Comments
 (0)