Fix lutron test AttributeError (2) (#107324)
This commit is contained in:
parent
133fd6ea5d
commit
4e62dacc00
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue