From 3707bedfc58d5367753771efa25e01d9cc763909 Mon Sep 17 00:00:00 2001 From: P4T12ICK Date: Fri, 26 Mar 2021 13:09:54 +0100 Subject: [PATCH] updated test files --- bin/ssa-end-to-end-testing/modules/github_service.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/ssa-end-to-end-testing/modules/github_service.py b/bin/ssa-end-to-end-testing/modules/github_service.py index 09e13de335..bfc5cc2f03 100644 --- a/bin/ssa-end-to-end-testing/modules/github_service.py +++ b/bin/ssa-end-to-end-testing/modules/github_service.py @@ -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)