summaryrefslogtreecommitdiffstats
path: root/utils/test/result_collection_api/update/restore.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/test/result_collection_api/update/restore.py')
-rw-r--r--utils/test/result_collection_api/update/restore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/result_collection_api/update/restore.py b/utils/test/result_collection_api/update/restore.py
index c3e06cc1c..c45a0e621 100644
--- a/utils/test/result_collection_api/update/restore.py
+++ b/utils/test/result_collection_api/update/restore.py
@@ -24,7 +24,7 @@ parser.add_argument('-i', '--input_dir',
parser.add_argument('-d', '--db',
type=str,
required=False,
- default=None,
+ default='test_results_collection',
help='database name after the restore.')