mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fix fyta test timezone handling (#116689)
This commit is contained in:
parent
6413376ccb
commit
4a2b595cc8
@ -21,7 +21,7 @@ from tests.common import MockConfigEntry
|
||||
USERNAME = "fyta_user"
|
||||
PASSWORD = "fyta_pass"
|
||||
ACCESS_TOKEN = "123xyz"
|
||||
EXPIRATION = datetime.fromisoformat("2024-12-31T10:00:00").astimezone(UTC)
|
||||
EXPIRATION = datetime.fromisoformat("2024-12-31T10:00:00").replace(tzinfo=UTC)
|
||||
|
||||
|
||||
async def test_user_flow(
|
||||
|
Loading…
x
Reference in New Issue
Block a user