1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Remove stale debug statements from tests (#51059)

This commit is contained in:
Franck Nijhof
2021-05-25 11:52:20 +02:00
committed by GitHub
parent 2eb87b8806
commit c5383219f1
10 changed files with 0 additions and 11 deletions

View File

@@ -218,7 +218,6 @@ def test_customize_dict_schema():
values = ({ATTR_FRIENDLY_NAME: None}, {ATTR_ASSUMED_STATE: "2"})
for val in values:
print(val)
with pytest.raises(MultipleInvalid):
config_util.CUSTOMIZE_DICT_SCHEMA(val)