tests: fix typos, child device subtype, CLI patch path, and deprecation test logic (#1677)

This commit is contained in:
ZeliardM
2026-07-05 12:16:41 -04:00
committed by GitHub
parent 76d9f68547
commit 440f1f453b
6 changed files with 22 additions and 13 deletions

View File

@@ -415,7 +415,7 @@ async def test_device_update_from_new_discovery_info(discovery_mock):
KasaException,
match=re.escape("You need to await update() to access the data"),
):
assert device.supported_modules
assert device.modules
async def test_discover_single_http_client(discovery_mock, mocker):