Skip to content

Commit

Permalink
Merge pull request #4219 from bruntib/checker_doc
Browse files Browse the repository at this point in the history
[test] Don't assume a checker doc to be online
  • Loading branch information
cservakt authored Apr 17, 2024
2 parents 1bcde26 + 9ddf7a9 commit d2b1197
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@ def test_html_checker_url(self):
content = f.read()

self.assertTrue(re.search(
'"checker-url": "https://.*alpha-clone-clonechecker', content))
'"checker-url": ".*alpha-clone-clonechecker', content))
self.assertTrue(re.search('"checker-url": ""', content))
self.assertTrue(re.search('UNKNOWN CHECKER NAME', content))

Expand Down

0 comments on commit d2b1197

Please sign in to comment.