From a2868be539e3a11128bd2f063571e34d9cd4f155 Mon Sep 17 00:00:00 2001 From: zhulin1 Date: Wed, 6 Dec 2023 17:37:47 +0800 Subject: [PATCH] fix typo --- autotest/test_order3_command_chat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autotest/test_order3_command_chat.py b/autotest/test_order3_command_chat.py index e390a3de81..9cd2d23e18 100644 --- a/autotest/test_order3_command_chat.py +++ b/autotest/test_order3_command_chat.py @@ -1,7 +1,7 @@ import allure import pytest import yaml -from utils.run_client_chat import commondLineTest +from utils.run_client_chat import commandLineTest def getList(): @@ -148,7 +148,7 @@ def test_chat_llama_2_7b_chat_inner_w4(self, config, case_config, def run_command_line_test(config, case, case_info, model): - result, chat_log, msg = commondLineTest(config, case, case_info, model, + result, chat_log, msg = commandLineTest(config, case, case_info, model, 'turbomind', None) allure.attach.file(chat_log, attachment_type=allure.attachment_type.TEXT)