mirror of
https://github.com/home-assistant/core.git
synced 2025-07-11 07:17:12 +00:00
Fix lutron test AttributeError (2) (#107324)
This commit is contained in:
parent
133fd6ea5d
commit
4e62dacc00
@ -164,7 +164,7 @@ async def test_import(
|
|||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
("raise_error", "reason"),
|
("raise_error", "reason"),
|
||||||
[
|
[
|
||||||
(HTTPError("", 404, "", None, {}), "cannot_connect"),
|
(HTTPError("", 404, "", Message(), None), "cannot_connect"),
|
||||||
(Exception, "unknown"),
|
(Exception, "unknown"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user