Skip to content

Commit

Permalink
chore: test codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
amirvalhalla committed Jul 19, 2024
2 parents 3ad2661 + ac06bcd commit 9ede46c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_proxy_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ def test_validate_http_proxy_success(self, mock_get):
mock_response.status_code = 200
mock_get.return_value = mock_response

print("something")

# Act
checker.validate_http_proxy()

Expand Down

0 comments on commit 9ede46c

Please sign in to comment.