Skip to content

Commit

Permalink
🔨 extend schedule test with attendee timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
devmount committed Apr 18, 2024
1 parent d39ed4f commit b004c10
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/test/integration/test_schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ def bust_cached_events(self, all_calendars = False):
),
attendee=schemas.AttendeeBase(
email='[email protected]',
name='Greg'
name='Greg',
timezone='Europe/Berlin'
)
).model_dump(mode='json')

Expand Down

0 comments on commit b004c10

Please sign in to comment.