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

Bump gcal_sync to 4.0.0 (#81562)

* Bump gcal_sync to 2.2.4

* Bump gcal sync to 4.0.0

* Add Calendar accessRole fields which are now required
This commit is contained in:
Allen Porter
2022-11-05 17:06:34 -07:00
committed by GitHub
parent a635e9c9d2
commit 2ad1d31119
5 changed files with 5 additions and 5 deletions

View File

@@ -768,7 +768,7 @@ async def test_assign_unique_id(
mock_calendar_get(
"primary",
{"id": EMAIL_ADDRESS, "summary": "Personal"},
{"id": EMAIL_ADDRESS, "summary": "Personal", "accessRole": "reader"},
)
mock_calendars_list({"items": [test_api_calendar]})