We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 007b524 commit 761e43aCopy full SHA for 761e43a
1 file changed
python/lib/sift_client/_tests/conftest.py
@@ -21,7 +21,7 @@ def sift_client() -> SiftClient:
21
api_key = os.getenv("SIFT_API_KEY", "")
22
# If the URL contains localhost, don't use SSL. Most likely running tests or local development.
23
use_ssl = not ("localhost" in grpc_url or "localhost" in rest_url)
24
-
+ print(grpc_url, rest_url, api_key, use_ssl)
25
client = SiftClient(
26
connection_config=SiftConnectionConfig(
27
api_key=api_key,
0 commit comments