Fix failing tessie tests (#110980)
This commit is contained in:
parent
230ac417c0
commit
015f9cdb35
2 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue