Skip to content

Commit

Permalink
change another intermittent failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Feb 10, 2022
1 parent 12383bf commit 8a151e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_page_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def process_page(self):
def get_next_source(self):
# a hack to fake a second identical page
if isinstance(self.source, NullSource):
return "https://example.com"
return "https://httpbin.org/get"

page = SingleReturnPaginatedPage()
items = list(page.do_scrape())
Expand Down

0 comments on commit 8a151e7

Please sign in to comment.