Skip to content

Commit 306b78b

Browse files
authored
Bring Reolink test coverage back to 100% (#155839)
1 parent bccb646 commit 306b78b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/components/reolink/test_init.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,15 @@ async def test_remove_chime(*args, **key_args):
338338
"support_ch_uid",
339339
),
340340
[
341+
(
342+
f"{TEST_MAC}_firmware",
343+
f"{TEST_UID}_firmware",
344+
f"{TEST_MAC}",
345+
f"{TEST_UID}",
346+
Platform.UPDATE,
347+
True,
348+
False,
349+
),
341350
(
342351
f"{TEST_MAC}_0_record_audio",
343352
f"{TEST_UID}_0_record_audio",

0 commit comments

Comments
 (0)