Merge "bugfix: parse testcase failed when encounter {u'result': u''}"
[releng.git] / utils / test / scripts / mongo_to_elasticsearch.py
index a654428..44f79ef 100644 (file)
@@ -364,7 +364,7 @@ def publish_mongo_data(output_destination):
             for mongo_json_line in fobj:
                 test_result = json.loads(mongo_json_line)
                 if modify_mongo_entry(test_result):
-                    shared_utils.publish_json(test_result, output_destination, es_user, es_passwd)
+                    shared_utils.publish_json(test_result, es_user, es_passwd, output_destination)
     finally:
         if os.path.exists(tmp_filename):
             os.remove(tmp_filename)