From b467247c5e0366fbba1c43c2d0addde74eac9015 Mon Sep 17 00:00:00 2001 From: ekneg54 Date: Tue, 10 Sep 2024 11:31:46 +0200 Subject: [PATCH] remove test for integration command --- tests/unit/test_run_logprep.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/unit/test_run_logprep.py b/tests/unit/test_run_logprep.py index b2ad239a2..b5b419a0e 100644 --- a/tests/unit/test_run_logprep.py +++ b/tests/unit/test_run_logprep.py @@ -77,7 +77,6 @@ def test_cli_commands_with_configs(self, command: str, target: str): ("test", "config"), ("test", "unit"), ("test", "dry-run", "input_data"), - ("test", "integration", "testdata"), ], ) def test_cli_invokes_default_config_location(self, command):