Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Yaroslav Halchenko <[email protected]>
  • Loading branch information
mgxd and yarikoptic authored Jun 22, 2023
1 parent d6be0b3 commit 760803b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etelemetry/tests/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
from ..client import _etrequest, get_project, check_available_version


def check_cxn():
def check_cxn(scope="session"):
import requests

try:
requests.get("https://google.com")
requests.get("http://example.com")
return True
except Exception:
return False
Expand Down

0 comments on commit 760803b

Please sign in to comment.