nixos/tests/home-assistant: Resolve deprecation warning

> trace: warning: Module argument `nodes.hass.config` is deprecated. Use `nodes.hass` instead.
This commit is contained in:
Martin Weinelt 2023-02-20 17:59:50 +01:00
parent 9bf8744a73
commit f98462a27d
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -112,7 +112,7 @@ in {
};
testScript = { nodes, ... }: let
system = nodes.hass.config.system.build.toplevel;
system = nodes.hass.system.build.toplevel;
in
''
import json