Rename some rflink tests (#117247)

This commit is contained in:
Erik Montnemery 2024-05-11 15:18:41 +02:00 committed by GitHub
parent acc78b26f7
commit 745c4aef30
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = {