diff --git a/tests/end_to_end/test_yara_integration/test_yara_integration.py b/tests/end_to_end/test_yara_integration/test_yara_integration.py index 4146ce3a6d..b1f02b88ef 100644 --- a/tests/end_to_end/test_yara_integration/test_yara_integration.py +++ b/tests/end_to_end/test_yara_integration/test_yara_integration.py @@ -21,7 +21,7 @@ # Playbooks configuration_playbooks = ['configuration.yaml'] events_playbooks = ['generate_events.yaml'] -teardown_playbook = ['teardown.yaml'] +teardown_playbooks = ['teardown.yaml'] configuration_extra_vars = {'yara_script': yara_script, 'malware_downloader_script': malware_downloader_script} # Configuration @@ -31,7 +31,7 @@ @pytest.mark.parametrize('metadata', configuration_metadata, ids=cases_ids) @pytest.mark.filterwarnings('ignore::urllib3.exceptions.InsecureRequestWarning') def test_yara_integration(configure_environment, metadata, get_dashboard_credentials, generate_events, - clean_environment): + clean_alerts_index): rule_description = metadata['rule.description'] rule_id = metadata['rule.id'] rule_level = metadata['rule.level']