mirror of
https://github.com/mvt-project/mvt.git
synced 2026-07-09 22:38:41 +02:00
Uniforming style in test units
This commit is contained in:
@@ -24,7 +24,7 @@ class TestDatausageModule:
|
||||
m = Datausage(base_folder=get_backup_folder(), log=logging, results=[])
|
||||
ind = Indicators(log=logging)
|
||||
ind.parse_stix2(indicator_file)
|
||||
# Adds a file that exists in the manifest
|
||||
# Adds a file that exists in the manifest.
|
||||
ind.ioc_processes[0] = "CumulativeUsageTracker"
|
||||
m.indicators = ind
|
||||
run_module(m)
|
||||
|
||||
Reference in New Issue
Block a user