From db19c1a7d8f490f4e4780972e396c989a91a5bb3 Mon Sep 17 00:00:00 2001 From: Nick Moore Date: Mon, 9 Sep 2024 16:41:53 +0100 Subject: [PATCH] Rename test for consistency --- tests/test_processing_conditions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_processing_conditions.py b/tests/test_processing_conditions.py index 2d6f6ca..4b1d75f 100644 --- a/tests/test_processing_conditions.py +++ b/tests/test_processing_conditions.py @@ -119,7 +119,7 @@ def test_logsource_match_correlation_rule_prod(dummy_processing_pipeline, sigma_ ) -def test_logsource_both_no_match_correlation_rule( +def test_logsource_no_match_correlation_rule_both( dummy_processing_pipeline, sigma_correlated_rules ): sigma_correlated_rules.resolve_rule_references()