mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Fix failing tessie tests (#110980)
This commit is contained in:
parent
230ac417c0
commit
015f9cdb35
@ -1 +1,5 @@
|
||||
"""Tests for the Tessie integration."""
|
||||
|
||||
import pytest
|
||||
|
||||
pytest.register_assert_rewrite("tests.components.tessie.common")
|
||||
|
@ -124,6 +124,8 @@
|
||||
'hidden_by': None,
|
||||
'icon': None,
|
||||
'id': <ANY>,
|
||||
'labels': set({
|
||||
}),
|
||||
'name': None,
|
||||
'options': dict({
|
||||
'sensor': dict({
|
||||
@ -178,6 +180,8 @@
|
||||
'hidden_by': None,
|
||||
'icon': None,
|
||||
'id': <ANY>,
|
||||
'labels': set({
|
||||
}),
|
||||
'name': None,
|
||||
'options': dict({
|
||||
'sensor': dict({
|
||||
|
Loading…
x
Reference in New Issue
Block a user