Remove stale debug statements from tests (#51059)
This commit is contained in:
parent
2eb87b8806
commit
c5383219f1
10 changed files with 0 additions and 11 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue