From 745c4aef3062d2d6ae7c10cdd63dafff04aeaf02 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Sat, 11 May 2024 15:18:41 +0200 Subject: [PATCH] Rename some rflink tests (#117247) --- tests/components/rflink/test_init.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/components/rflink/test_init.py b/tests/components/rflink/test_init.py index 8f09c4a2e54..09f1a613b92 100644 --- a/tests/components/rflink/test_init.py +++ b/tests/components/rflink/test_init.py @@ -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.""" keepalive_value = 30 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.""" domain = RFLINK_DOMAIN config = {