Skip to content

Commit d68e9ff

Browse files
committed
Add missing comma to array list item
1 parent 5a7dc9d commit d68e9ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

filebeat/tests/system/test_modules.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ def clean_keys(obj):
275275
"threatintel.abusemalware",
276276
"threatintel.anomali",
277277
"threatintel.malwarebazaar",
278-
"snyk.vulnerabilities"
278+
"snyk.vulnerabilities",
279279
"snyk.audit",
280-
"awsfargate.log"
280+
"awsfargate.log",
281281
}
282282
# dataset + log file pairs for which @timestamp is kept as an exception from above
283283
remove_timestamp_exception = {

0 commit comments

Comments
 (0)