mirror of
https://github.com/home-assistant/core.git
synced 2025-06-29 09:27:08 +00:00
Fix stale docstring in trafikverket_camera tests (#99260)
This commit is contained in:
parent
ddbf85fc38
commit
b22b51fe3b
@ -22,7 +22,7 @@ from tests.test_util.aiohttp import AiohttpClientMocker
|
||||
async def load_integration_from_entry(
|
||||
hass: HomeAssistant, aioclient_mock: AiohttpClientMocker, get_camera: CameraInfo
|
||||
) -> MockConfigEntry:
|
||||
"""Set up the Trafikverket Ferry integration in Home Assistant."""
|
||||
"""Set up the Trafikverket Camera integration in Home Assistant."""
|
||||
aioclient_mock.get(
|
||||
"https://www.testurl.com/test_photo.jpg?type=fullsize", content=b"0123456789"
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user