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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user