Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eliska-n committed Nov 6, 2023
1 parent 5dc1c81 commit b63dab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asab/storage/elasticsearch.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit b63dab4

Please sign in to comment.