mirror of
https://github.com/quay/quay.git
synced 2025-04-18 10:44:06 +03:00
6 lines
60 B
Python
6 lines
60 B
Python
import ssl
|
|
|
|
|
|
def test_sni_support():
|
|
assert ssl.HAS_SNI
|