about summary refs log tree commit diff
path: root/nixos/tests/syncthing-init.nix
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2023-10-07 14:04:43 +0300
committerDoron Behar <doron.behar@gmail.com>2023-10-07 14:04:43 +0300
commit34888cd1d102968fa055db851354fea39e2db146 (patch)
treec6f50d3bb705796ade80d0a87b734759e80ef9be /nixos/tests/syncthing-init.nix
parent82b59a8fb23310b05aa570c213cf64df55db6c45 (diff)
nixos/tests/syncthing-init: Remove unused testName attribute
Diffstat (limited to 'nixos/tests/syncthing-init.nix')
-rw-r--r--nixos/tests/syncthing-init.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/syncthing-init.nix b/nixos/tests/syncthing-init.nix
index 195c157ffb6e8..97fcf2ad28d10 100644
--- a/nixos/tests/syncthing-init.nix
+++ b/nixos/tests/syncthing-init.nix
@@ -1,7 +1,6 @@
 import ./make-test-python.nix ({ lib, pkgs, ... }: let
 
   testId = "7CFNTQM-IMTJBHJ-3UWRDIU-ZGQJFR6-VCXZ3NB-XUH3KZO-N52ITXR-LAIYUAU";
-  testName = "testDevice foo'bar";
 
 in {
   name = "syncthing-init";