updated test files

This commit is contained in:
P4T12ICK
2021-03-26 13:09:54 +01:00
parent da86a0b7cf
commit 3707bedfc5
@@ -44,8 +44,6 @@ class GithubService:
if os.path.basename(file_path).startswith('ssa'):
file_path_base = os.path.splitext(file_path)[0].replace('detections', 'tests') + '.test'
file_path_new = file_path_base + '.yml'
if not os.path.exists(file_path_new):
file_path_new = file_path_base + '.yaml'
if file_path_new not in changed_ssa_test_files:
changed_ssa_test_files.append(file_path_new)