fix(unit_test): ignore gitlab ide links for alive checks

!9
This commit is contained in:
2023-05-23 13:25:18 +09:30
parent 6ed8e5bae3
commit b5268e1863

View File

@ -89,6 +89,8 @@ class Data:
url = link.get_attribute('href')
if 'gitlab.com/-/ide/project' not in url: # ignore gitlab ide links
link = self.parse_url(url)
hyperlink_source_file = {'name': source_file, 'location': link_location}