feat(TSG-7599): 修改测试用例

This commit is contained in:
“pengxuanzheng”
2021-09-06 15:26:20 +08:00
committed by pengxuanzheng
parent 8c49f4d2c2
commit 89a92df45a
15 changed files with 148 additions and 119 deletions

View File

@@ -98,7 +98,7 @@ int main(int argc, char *argv[])
hos_instance = hos_get_instance();
if (hos_instance == NULL)
{
hos_instance = hos_init_instance(conf_file, module_name, 1, bucket);
hos_instance = hos_init_instance(conf_file, module_name, 1);
}
if (hos_instance == NULL)
{