Add type hints to integration tests (part 11) (#87996)
This commit is contained in:
parent
8f2a764a43
commit
1e352b60df
48 changed files with 610 additions and 307 deletions
|
@ -579,7 +579,7 @@ async def test_send_usage_with_certificate(
|
|||
|
||||
|
||||
async def test_send_with_recorder(
|
||||
recorder_mock: AsyncMock,
|
||||
recorder_mock: Recorder,
|
||||
hass: HomeAssistant,
|
||||
aioclient_mock: AiohttpClientMocker,
|
||||
) -> None:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue