Skip to content

Commit 761e43a

Browse files
committed
print debug for ci
1 parent 007b524 commit 761e43a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/lib/sift_client/_tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def sift_client() -> SiftClient:
2121
api_key = os.getenv("SIFT_API_KEY", "")
2222
# If the URL contains localhost, don't use SSL. Most likely running tests or local development.
2323
use_ssl = not ("localhost" in grpc_url or "localhost" in rest_url)
24-
24+
print(grpc_url, rest_url, api_key, use_ssl)
2525
client = SiftClient(
2626
connection_config=SiftConnectionConfig(
2727
api_key=api_key,

0 commit comments

Comments
 (0)