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:
parent
f0509e92e9
commit
033223bf16
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user