Skip to content

Commit

Permalink
updated test_request_bs4_handler.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Mar 5, 2021
1 parent 2d3c0dc commit a20b1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_request_bs4_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def parse(self, soup):

# TODO: mock this
def test_request_bs4_handler(self):
req = self.SubRequestBS4Handler().get('www.travis-ci.org')
req = self.SubRequestBS4Handler().get('www.travis-ci.com')
self.assertTrue(isinstance, requests.Response)
self.SubRequestBS4Handler(req)

Expand Down

0 comments on commit a20b1b9

Please sign in to comment.