summaryrefslogtreecommitdiffstats
path: root/nixos/tests/home-assistant.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-05-20 23:41:42 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-05-21 00:01:24 +0200
commitfeeec716098232eb6ad7859883b671778f8565ac (patch)
treef920ed5d5501f75e909a80dc46f79081f6cdba28 /nixos/tests/home-assistant.nix
parent3e66d4e12e17e0619e618dc12bce21130a436299 (diff)
home-assistant: 0.109.6 → 0.110.0
Diffstat (limited to 'nixos/tests/home-assistant.nix')
-rw-r--r--nixos/tests/home-assistant.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/home-assistant.nix b/nixos/tests/home-assistant.nix
index 80dca43f1f3d..3365e74ba838 100644
--- a/nixos/tests/home-assistant.nix
+++ b/nixos/tests/home-assistant.nix
@@ -76,7 +76,7 @@ in {
hass.succeed("test -f ${configDir}/ui-lovelace.yaml")
with subtest("Check that Home Assistant's web interface and API can be reached"):
hass.wait_for_open_port(8123)
- hass.succeed("curl --fail http://localhost:8123/states")
+ hass.succeed("curl --fail http://localhost:8123/lovelace")
assert "API running" in hass.succeed(
"curl --fail -H 'x-ha-access: ${apiPassword}' http://localhost:8123/api/"
)