about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/prometheus.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/prometheus.nix b/nixos/tests/prometheus.nix
index 7605227100d2..ade097597bb8 100644
--- a/nixos/tests/prometheus.nix
+++ b/nixos/tests/prometheus.nix
@@ -10,7 +10,7 @@ import ./make-test.nix {
         };
         scrapeConfigs = [{
           job_name = "prometheus";
-          target_groups = [{
+          static_configs = [{
             targets = [ "127.0.0.1:9090" ];
             labels = { instance = "localhost"; };
           }];