Fix lutron test AttributeError (2) (#107324)
parent
133fd6ea5d
commit
4e62dacc00
|
@ -164,7 +164,7 @@ async def test_import(
|
|||
@pytest.mark.parametrize(
|
||||
("raise_error", "reason"),
|
||||
[
|
||||
(HTTPError("", 404, "", None, {}), "cannot_connect"),
|
||||
(HTTPError("", 404, "", Message(), None), "cannot_connect"),
|
||||
(Exception, "unknown"),
|
||||
],
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue