mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27: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."""
|
"""Tests for the Tessie integration."""
|
||||||
|
|
||||||
|
import pytest
|
||||||
|
|
||||||
|
pytest.register_assert_rewrite("tests.components.tessie.common")
|
||||||
|
@ -124,6 +124,8 @@
|
|||||||
'hidden_by': None,
|
'hidden_by': None,
|
||||||
'icon': None,
|
'icon': None,
|
||||||
'id': <ANY>,
|
'id': <ANY>,
|
||||||
|
'labels': set({
|
||||||
|
}),
|
||||||
'name': None,
|
'name': None,
|
||||||
'options': dict({
|
'options': dict({
|
||||||
'sensor': dict({
|
'sensor': dict({
|
||||||
@ -178,6 +180,8 @@
|
|||||||
'hidden_by': None,
|
'hidden_by': None,
|
||||||
'icon': None,
|
'icon': None,
|
||||||
'id': <ANY>,
|
'id': <ANY>,
|
||||||
|
'labels': set({
|
||||||
|
}),
|
||||||
'name': None,
|
'name': None,
|
||||||
'options': dict({
|
'options': dict({
|
||||||
'sensor': dict({
|
'sensor': dict({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user