1
0
mirror of https://github.com/google/fonts.git synced 2024-11-23 17:24:35 +03:00

ci: allow empty link for designer profiles

This commit is contained in:
Marc Foley 2021-05-14 10:10:01 +01:00 committed by GitHub
parent f0509e92e9
commit 033223bf16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ def test_info_link(proto_info):
def test_info_link_works(proto_info):
link = proto_info.link
if "instagram.com" in link:
if "instagram.com" in link or not link:
return
assert requests.get(link).status_code == 200, "info.pb: link is not producing a 200 status code"