summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2020-11-06 16:43:07 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2020-11-06 16:43:07 +0100
commit428fc4e297093eefa5a17689a3a9e9a6b8b7f154 (patch)
tree3389db079c01c392c28f8035f1ade35c088ced94 /nixos
parentd447c2413cbace4fdcbeb6a364bc08d310309c4e (diff)
downloadnixpkgs-428fc4e297093eefa5a17689a3a9e9a6b8b7f154.tar
nixpkgs-428fc4e297093eefa5a17689a3a9e9a6b8b7f154.tar.gz
nixpkgs-428fc4e297093eefa5a17689a3a9e9a6b8b7f154.tar.bz2
nixpkgs-428fc4e297093eefa5a17689a3a9e9a6b8b7f154.tar.lz
nixpkgs-428fc4e297093eefa5a17689a3a9e9a6b8b7f154.tar.xz
nixpkgs-428fc4e297093eefa5a17689a3a9e9a6b8b7f154.tar.zst
nixpkgs-428fc4e297093eefa5a17689a3a9e9a6b8b7f154.zip
nixos/prometheus-exporters: fix `sql` test
Diffstat (limited to 'nixos')
-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 a7e946f5c46..53080403dd6 100644
--- a/nixos/tests/prometheus-exporters.nix
+++ b/nixos/tests/prometheus-exporters.nix
@@ -595,7 +595,7 @@ let
           };
         };
         enable = true;
-        user = "postgres";
+        user = "prometheus-sql-exporter";
       };
       metricProvider = {
         services.postgresql = {