8000 tests/ussl_basic: try to improve coverage · micropython/micropython@eafe31a · GitHub
[go: up one dir, main page]

Skip to content

Commit eafe31a

Browse files
committed
tests/ussl_basic: try to improve coverage
1 parent 3c67ef8 commit eafe31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extmod/ussl_basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# create in client mode
1111
try:
12-
ss = ssl.wrap_socket(io.BytesIO())
12+
ss = ssl.wrap_socket(io.BytesIO(), server_hostname="test.example.com")
1313
except OSError as er:
1414
print('wrap_socket:', repr(er))
1515

0 commit comments

Comments
 (0)
0