summary refs log tree commit diff
path: root/nixos/tests/prometheus-exporters.nix
diff options
context:
space:
mode:
authorJulien Moutinho <julm+nixpkgs@sourcephile.fr>2021-10-23 05:44:07 +0200
committertomberek <tomberek@users.noreply.github.com>2021-12-13 14:42:19 -0500
commit5cf90a60e5ddf68fbfc04d643970136bf00ba315 (patch)
tree537ae30a11cd923d8c13cb53e8aa505c14cfb83b /nixos/tests/prometheus-exporters.nix
parent747555437232a73184e8eab6daae368047042709 (diff)
downloadnixpkgs-5cf90a60e5ddf68fbfc04d643970136bf00ba315.tar
nixpkgs-5cf90a60e5ddf68fbfc04d643970136bf00ba315.tar.gz
nixpkgs-5cf90a60e5ddf68fbfc04d643970136bf00ba315.tar.bz2
nixpkgs-5cf90a60e5ddf68fbfc04d643970136bf00ba315.tar.lz
nixpkgs-5cf90a60e5ddf68fbfc04d643970136bf00ba315.tar.xz
nixpkgs-5cf90a60e5ddf68fbfc04d643970136bf00ba315.tar.zst
nixpkgs-5cf90a60e5ddf68fbfc04d643970136bf00ba315.zip
nixos/redis: cleanup tests
Diffstat (limited to 'nixos/tests/prometheus-exporters.nix')
-rw-r--r--nixos/tests/prometheus-exporters.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/prometheus-exporters.nix b/nixos/tests/prometheus-exporters.nix
index 62deb386495..008a5edd071 100644
--- a/nixos/tests/prometheus-exporters.nix
+++ b/nixos/tests/prometheus-exporters.nix
@@ -939,7 +939,7 @@ let
       exporterConfig = {
         enable = true;
       };
-      metricProvider.services.redis.enable = true;
+      metricProvider.services.redis.servers."".enable = true;
       exporterTest = ''
         wait_for_unit("redis.service")
         wait_for_unit("prometheus-redis-exporter.service")