Skip to content

Commit

Permalink
Update tests to account for different link formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed May 11, 2024
1 parent 73efcd3 commit 5d1f59c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/web_util_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def test_scrape_page_for_links(self):
# TODO: Update test to validate absolute and relative URL paths
# Relative href
self.assertIn(links["company"],
("https://neon.ai/company",))
("https://neon.ai/company",
"https://neon.ai/company/"))
except ConnectTimeout:
LOG.error("Github testing breaks here")

Expand Down

0 comments on commit 5d1f59c

Please sign in to comment.