mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Small improvement to Withings tests (#86937)
This commit is contained in:
parent
c56832bb2c
commit
a4fa0925b7
@ -34,11 +34,8 @@ def config_schema_validate(withings_config) -> dict:
|
||||
|
||||
def config_schema_assert_fail(withings_config) -> None:
|
||||
"""Assert a schema config will fail."""
|
||||
try:
|
||||
with pytest.raises(vol.MultipleInvalid):
|
||||
config_schema_validate(withings_config)
|
||||
pytest.fail("This line should not have run.")
|
||||
except vol.error.MultipleInvalid:
|
||||
assert True
|
||||
|
||||
|
||||
def test_config_schema_basic_config() -> None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user