From 57e536b03f3a86681b5a9ebcab6290b75f5aeec7 Mon Sep 17 00:00:00 2001
From: Nabywaniec <localadmin_mnabywan@Campus.gsi.de>
Date: Tue, 23 Aug 2022 13:22:11 +0200
Subject: [PATCH] Update tests

---
 silecs_cli/tests/test_silecs.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/silecs_cli/tests/test_silecs.py b/silecs_cli/tests/test_silecs.py
index 5000065..64ca0fe 100644
--- a/silecs_cli/tests/test_silecs.py
+++ b/silecs_cli/tests/test_silecs.py
@@ -18,8 +18,6 @@ filenames_schema_paths = [("/home/test/example/test1.silecsdesign",
 BASE_FOR_BACKUP = os.path.join("tests", "examples", "SilecsTestClass.design")
 silecs_design_deploy_paths = [os.path.join("tests", "examples", "SilecsTestClass.silecsdesign"), \
                                  os.path.join("tests", "examples", "SilecsTestClassDU.silecsdeploy")]
-silecs_design_deplov_paths = [os.path.join("tests", "examples", "SilecsTestClass.silecsdesign"), \
-                                 os.path.join("tests", "examples", "SilecsTestClassDU.silecsdeploy")]
 invalid_silecs_deploy_path = os.path.join("tests", "examples", "SilecsTestClassDU_invalid.silecsdeploy")
 
 BACKUP = BASE_FOR_BACKUP + ".backup"
-- 
GitLab