mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Fix lutron test AttributeError (2) (#107324)
This commit is contained in:
@@ -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"),
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user