Skip to content

Commit 024ad02

Browse files
committed
Fix tests
1 parent 4f1f2be commit 024ad02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prometrix/connect/custom_connect.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def __init__(self, config: PrometheusConfig):
1919
url=config.url, disable_ssl=config.disable_ssl, headers=config.headers
2020
)
2121
self.config = config
22+
self.ssl_verification = not config.disable_ssl
2223
self._session = requests.Session()
2324
self._session.mount(self.url, HTTPAdapter(pool_maxsize=10, pool_block=True))
2425

0 commit comments

Comments
 (0)