From b63dab47385b4cb70c51a97d1e0e287bbe54468e Mon Sep 17 00:00:00 2001 From: eliska-n Date: Mon, 6 Nov 2023 16:20:29 +0100 Subject: [PATCH] fix typo --- asab/storage/elasticsearch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asab/storage/elasticsearch.py b/asab/storage/elasticsearch.py index 3b3501c4b..b7513d271 100644 --- a/asab/storage/elasticsearch.py +++ b/asab/storage/elasticsearch.py @@ -586,7 +586,7 @@ async def put_policy(self, policy_name, settings=None): async with session.put( url=request_url, json=settings, - ssl=ssl.SSLContext, + ssl=self.SSLContext, headers=self.Headers ) as resp: