mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Black
This commit is contained in:
@@ -8,5 +8,5 @@ async def test_get_system_info(hass):
|
||||
"""Test the get system info."""
|
||||
info = await hass.helpers.system_info.async_get_system_info()
|
||||
assert isinstance(info, dict)
|
||||
assert info['version'] == current_version
|
||||
assert info["version"] == current_version
|
||||
assert json.dumps(info) is not None
|
||||
|
||||
Reference in New Issue
Block a user