Skip to content

Commit 762eff2

Browse files
committed
Reenable ssl for dev CI
1 parent 626e836 commit 762eff2

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
@@ -25,7 +25,7 @@ def sift_client() -> SiftClient:
2525
api_key=api_key,
2626
grpc_url=grpc_url,
2727
rest_url=rest_url,
28-
# use_ssl=True,
28+
use_ssl=True,
2929
)
3030
)
3131

0 commit comments

Comments
 (0)