From 12c191582fef94a0b5e0a9b7780bfe1a97189ad3 Mon Sep 17 00:00:00 2001 From: Aayush Goel <81844215+Aayush-Goel-04@users.noreply.github.com> Date: Mon, 15 May 2023 22:58:19 +0530 Subject: [PATCH] Update tests/test_scripts.py Co-authored-by: Moritz --- tests/test_scripts.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_scripts.py b/tests/test_scripts.py index 3936ed59..308968b8 100644 --- a/tests/test_scripts.py +++ b/tests/test_scripts.py @@ -87,7 +87,6 @@ def test_proto_conversion(tmpdir): def run_detect_duplicate_features(rule_dir, rule_path): - # rule_path = "collection/credit-card/parse-credit-card-information.yml" args = [rule_dir, rule_path] script_path = get_script_path("detect_duplicate_features.py") args = [sys.executable] + [script_path] + args