Uniforming style in test units

This commit is contained in:
Nex
2022-01-18 16:33:13 +01:00
parent fa84b3f296
commit 1460828c30
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -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)