Fix fully_kiosk button test docstring and function name (#76935)

Fix button test docstring and function name
This commit is contained in:
Charles Garwood 2022-08-17 10:22:12 -04:00 committed by GitHub
parent 05e33821fd
commit 924704e0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,12 +10,12 @@ from homeassistant.helpers import device_registry as dr, entity_registry as er
from tests.common import MockConfigEntry
async def test_binary_sensors(
async def test_buttons(
hass: HomeAssistant,
mock_fully_kiosk: MagicMock,
init_integration: MockConfigEntry,
) -> None:
"""Test standard Fully Kiosk binary sensors."""
"""Test standard Fully Kiosk buttons."""
entity_registry = er.async_get(hass)
device_registry = dr.async_get(hass)