diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-09-14 07:18:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-14 07:18:46 +0000 |
commit | 63b063d3901cc0ebf66be40c87a44abe60648558 (patch) | |
tree | defc7ead1212e21d29df32095ab51998f9348aac /utils/test/result_collection_api/update/templates/changes_in_mongodb.py | |
parent | 5facf6e1c57439569284b08ccf03e35cfb6a1672 (diff) | |
parent | dd9e8643b72497eecdb4c80dc64f161b1562033b (diff) |
Merge "Fix security issues of eval-s in testapi"
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.py | 3 |
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': []}}) ] } |