about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-05-21 17:29:12 +0100
committerGitHub <noreply@github.com>2020-05-21 17:29:12 +0100
commitfa186cd82c387f61c9ae77194660f5620ab39afd (patch)
tree14848ba7b7998f015d6d40432cfb0f4be3b6f400 /nixos
parent4fab50325fefe6a750a64ceb0faa9f509d913433 (diff)
parent2ed6a2651d72caa92c131d5065553df3baffefa6 (diff)
downloadnixlib-fa186cd82c387f61c9ae77194660f5620ab39afd.tar
nixlib-fa186cd82c387f61c9ae77194660f5620ab39afd.tar.gz
nixlib-fa186cd82c387f61c9ae77194660f5620ab39afd.tar.bz2
nixlib-fa186cd82c387f61c9ae77194660f5620ab39afd.tar.lz
nixlib-fa186cd82c387f61c9ae77194660f5620ab39afd.tar.xz
nixlib-fa186cd82c387f61c9ae77194660f5620ab39afd.tar.zst
nixlib-fa186cd82c387f61c9ae77194660f5620ab39afd.zip
Merge pull request #88461 from mweinelt/home-assistant
Diffstat (limited to 'nixos')
-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/"
         )