diff options
Diffstat (limited to 'plugins/agl_test_report.py')
-rw-r--r-- | plugins/agl_test_report.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/agl_test_report.py b/plugins/agl_test_report.py index cee1853..19c6dd7 100644 --- a/plugins/agl_test_report.py +++ b/plugins/agl_test_report.py @@ -45,7 +45,7 @@ def get_summary(case_status): #Write the test result to a json file under the dir TMP_LOGS_DIR -def write_date_to_json(test_set_status,THIS_TEST,summary,case_status): +def write_date_to_json(THIS_TEST,test_set_status,summary,case_status): #The data that will be written into the json file data = { 'test_status': test_set_status, |