mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00: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