1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 12:59:34 +00:00

Add type hints to integration tests (part 7) (#87980)

This commit is contained in:
epenet
2023-02-13 09:53:09 +01:00
committed by GitHub
parent b9beed4624
commit b68f502769
51 changed files with 755 additions and 395 deletions

View File

@@ -68,7 +68,7 @@ def test_calendar_access_role() -> str:
@pytest.fixture
def test_api_calendar(calendar_access_role: str):
def test_api_calendar(calendar_access_role: str) -> None:
"""Return a test calendar object used in API responses."""
return {
**TEST_API_CALENDAR,