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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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)