Show starred public repositories in the starred repos list
We forgot to check if the repository was public in the filter Fixes https://jira.coreos.com/browse/QUAY-857
This commit is contained in:
parent
9d30a0a216
commit
8ee98c1c48
4 changed files with 37 additions and 6 deletions
4
test/test_sni.py
Normal file
4
test/test_sni.py
Normal file
|
@ -0,0 +1,4 @@
|
|||
import ssl
|
||||
|
||||
def test_sni_support():
|
||||
assert ssl.HAS_SNI
|
Reference in a new issue