5 lines
57 B
Python
5 lines
57 B
Python
|
import ssl
|
||
|
|
||
|
def test_sni_support():
|
||
|
assert ssl.HAS_SNI
|