Skip to content

Commit b89621c

Browse files
committed
remove ignore test
1 parent f1c38d8 commit b89621c

File tree

1 file changed

+1
-1
lines changed
  • stac_fastapi/elasticsearch/stac_fastapi/elasticsearch

1 file changed

+1
-1
lines changed

stac_fastapi/elasticsearch/stac_fastapi/elasticsearch/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def _es_config() -> Dict[str, Any]:
5555
return config
5656

5757
# Include SSL settings if using https
58-
config["ssl_version"] = ssl.TLSVersion.TLSv1_3 # type: ignore
58+
config["ssl_version"] = ssl.TLSVersion.TLSv1_3
5959
config["verify_certs"] = get_bool_env("ES_VERIFY_CERTS", default=True)
6060

6161
# Include CA Certificates if verifying certs

0 commit comments

Comments
 (0)