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