mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 19:46:29 +00:00
ruff format
This commit is contained in:
parent
f202a3f139
commit
b84682206b
@ -67,9 +67,7 @@ async def test_update(
|
|||||||
assert "ipv4" in settings
|
assert "ipv4" in settings
|
||||||
assert settings["ipv4"]["method"] == Variant("s", "auto")
|
assert settings["ipv4"]["method"] == Variant("s", "auto")
|
||||||
assert "gateway" not in settings["ipv4"]
|
assert "gateway" not in settings["ipv4"]
|
||||||
assert settings["ipv4"]["dns"] == Variant(
|
assert settings["ipv4"]["dns"] == Variant("au", [16951488])
|
||||||
"au", [16951488]
|
|
||||||
)
|
|
||||||
# Make sure we use the legacy "dns" property only.
|
# Make sure we use the legacy "dns" property only.
|
||||||
assert "dns-data" not in settings["ipv4"]
|
assert "dns-data" not in settings["ipv4"]
|
||||||
assert "address-data" not in settings["ipv4"]
|
assert "address-data" not in settings["ipv4"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user