16 lines
418 B
Diff
16 lines
418 B
Diff
|
---
|
||
|
Lib/test/test_ssl.py | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
--- a/Lib/test/test_ssl.py
|
||
|
+++ b/Lib/test/test_ssl.py
|
||
|
@@ -1052,7 +1052,7 @@ class ContextTests(unittest.TestCase):
|
||
|
|
||
|
|
||
|
def test_load_dh_params(self):
|
||
|
- filename = u'dhpäräm.pem'
|
||
|
+ filename = u'dhparam.pem'
|
||
|
fs_encoding = sys.getfilesystemencoding()
|
||
|
try:
|
||
|
filename.encode(fs_encoding)
|