mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Fix typo in util.ssl test (#142799)
This commit is contained in:
parent
583eb1a80e
commit
458162c3f5
@ -59,7 +59,7 @@ def test_ssl_context_caching() -> None:
|
||||
)
|
||||
|
||||
|
||||
def test_cteate_client_context(mock_sslcontext) -> None:
|
||||
def test_create_client_context(mock_sslcontext) -> None:
|
||||
"""Test create client context."""
|
||||
with patch("homeassistant.util.ssl.ssl.SSLContext", return_value=mock_sslcontext):
|
||||
client_context()
|
||||
|
Loading…
x
Reference in New Issue
Block a user