From 34888cd1d102968fa055db851354fea39e2db146 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 7 Oct 2023 14:04:43 +0300 Subject: [PATCH] nixos/tests/syncthing-init: Remove unused testName attribute --- nixos/tests/syncthing-init.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/syncthing-init.nix b/nixos/tests/syncthing-init.nix index 195c157ffb6e..97fcf2ad28d1 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";