diff options
Diffstat (limited to 'utils/test/result_collection_api/dashboard')
-rw-r--r-- | utils/test/result_collection_api/dashboard/dashboard_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test/result_collection_api/dashboard/dashboard_utils.py b/utils/test/result_collection_api/dashboard/dashboard_utils.py index bfa743223..9de5b191c 100644 --- a/utils/test/result_collection_api/dashboard/dashboard_utils.py +++ b/utils/test/result_collection_api/dashboard/dashboard_utils.py @@ -67,7 +67,7 @@ def get_dashboard_cases(): return modules -def get_dashboard_result(project, case, results): +def get_dashboard_result(project, case, results=None): # get the dashboard ready results # paramters are: # project: project name |