Skip to content

Commit

Permalink
refac: some changes were applied for the test to be compatible with t…
Browse files Browse the repository at this point in the history
…he framework changes. #3085
  • Loading branch information
mauromalara committed Jul 19, 2022
1 parent c75c637 commit 139c80a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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']
Expand Down

0 comments on commit 139c80a

Please sign in to comment.