Add type hints to integration tests (part 7) (#87980)
This commit is contained in:
parent
b9beed4624
commit
b68f502769
51 changed files with 755 additions and 395 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue