Rename some rflink tests (#117247)
This commit is contained in:
parent
acc78b26f7
commit
745c4aef30
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue