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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,