Fix stale docstring in trafikverket_camera tests (#99260)

pull/99261/head
Erik Montnemery 2023-08-29 10:28:32 +02:00 committed by GitHub
parent ddbf85fc38
commit b22b51fe3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)