summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/update/templates/changes_in_mongodb.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/result_collection_api/update/templates/changes_in_mongodb.py')
-rw-r--r--utils/test/result_collection_api/update/templates/changes_in_mongodb.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/test/result_collection_api/update/templates/changes_in_mongodb.py b/utils/test/result_collection_api/update/templates/changes_in_mongodb.py
index 9744dd9fe..1a4d5a16f 100644
--- a/utils/test/result_collection_api/update/templates/changes_in_mongodb.py
+++ b/utils/test/result_collection_api/update/templates/changes_in_mongodb.py
@@ -45,6 +45,7 @@ docs_old2New = {
# ({'case_name': 'ovno'}, {'case_name': 'ocl'})
# ]
'results': [
- ({'trust_indicator': 0}, {'trust_indicator': {'current': 0, 'histories': []}})
+ ({'trust_indicator': 0},
+ {'trust_indicator': {'current': 0, 'histories': []}})
]
}