mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Rename some rflink tests (#117247)
This commit is contained in:
parent
acc78b26f7
commit
745c4aef30
@ -417,7 +417,7 @@ async def test_keepalive(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
async def test2_keepalive(hass, monkeypatch, caplog):
|
async def test_keepalive_2(hass, monkeypatch, caplog):
|
||||||
"""Validate very short keepalive values."""
|
"""Validate very short keepalive values."""
|
||||||
keepalive_value = 30
|
keepalive_value = 30
|
||||||
domain = RFLINK_DOMAIN
|
domain = RFLINK_DOMAIN
|
||||||
@ -443,7 +443,7 @@ async def test2_keepalive(hass, monkeypatch, caplog):
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
async def test3_keepalive(hass, monkeypatch, caplog):
|
async def test_keepalive_3(hass, monkeypatch, caplog):
|
||||||
"""Validate keepalive=0 value."""
|
"""Validate keepalive=0 value."""
|
||||||
domain = RFLINK_DOMAIN
|
domain = RFLINK_DOMAIN
|
||||||
config = {
|
config = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user