mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 13:30:43 +00:00
Enable Ruff rule PT007 (#113764)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
@@ -162,11 +162,11 @@ async def test_setup_encoding(hass: HomeAssistant) -> None:
|
||||
@respx.mock
|
||||
@pytest.mark.parametrize(
|
||||
("ssl_cipher_list", "ssl_cipher_list_expected"),
|
||||
(
|
||||
[
|
||||
("python_default", SSLCipherList.PYTHON_DEFAULT),
|
||||
("intermediate", SSLCipherList.INTERMEDIATE),
|
||||
("modern", SSLCipherList.MODERN),
|
||||
),
|
||||
],
|
||||
)
|
||||
async def test_setup_ssl_ciphers(
|
||||
hass: HomeAssistant, ssl_cipher_list: str, ssl_cipher_list_expected: SSLCipherList
|
||||
|
||||
Reference in New Issue
Block a user