mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Assert keys exist in Jewish calendar tests (#129295)
This commit is contained in:
parent
4749af6e90
commit
1b7fcce42d
@ -72,6 +72,8 @@ async def test_import_no_options(hass: HomeAssistant, language, diaspora) -> Non
|
||||
|
||||
entries = hass.config_entries.async_entries(DOMAIN)
|
||||
assert len(entries) == 1
|
||||
assert CONF_LANGUAGE in entries[0].data
|
||||
assert CONF_DIASPORA in entries[0].data
|
||||
for entry_key, entry_val in entries[0].data.items():
|
||||
assert entry_val == conf[DOMAIN][entry_key]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user