about summary refs log tree commit diff
path: root/nixos/tests/influxdb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/influxdb.nix')
-rw-r--r--nixos/tests/influxdb.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/influxdb.nix b/nixos/tests/influxdb.nix
index 278b264170fa..9f8ea061b960 100644
--- a/nixos/tests/influxdb.nix
+++ b/nixos/tests/influxdb.nix
@@ -1,6 +1,8 @@
 # This test runs influxdb and checks if influxdb is up and running
 
 import ./make-test.nix {
+  name = "influxdb";
+
   nodes = {
     one = { config, pkgs, ... }: {
       services.influxdb.enable = true;