8ee98c1c48
We forgot to check if the repository was public in the filter Fixes https://jira.coreos.com/browse/QUAY-857
4 lines
57 B
Python
4 lines
57 B
Python
import ssl
|
|
|
|
def test_sni_support():
|
|
assert ssl.HAS_SNI
|