mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 18:28:14 +02:00
Add return type to async tests without arguments (#87612)
This commit is contained in:
@ -4,7 +4,7 @@ import pytest
|
||||
from .aiohttp import AiohttpClientMocker
|
||||
|
||||
|
||||
async def test_matching_url():
|
||||
async def test_matching_url() -> None:
|
||||
"""Test we can match urls."""
|
||||
mocker = AiohttpClientMocker()
|
||||
mocker.get("http://example.com")
|
||||
|
Reference in New Issue
Block a user