From 7e08a192a43b8d897d4fbf96a0c5a59dba456e60 Mon Sep 17 00:00:00 2001 From: mhsong Date: Mon, 3 Nov 2025 16:51:33 +0800 Subject: [PATCH] =?UTF-8?q?working=20dir=20ut=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../function_agent/agent_service/agent_service_actor_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functionsystem/tests/unit/function_agent/agent_service/agent_service_actor_test.cpp b/functionsystem/tests/unit/function_agent/agent_service/agent_service_actor_test.cpp index 677cf5e..6fccd99 100644 --- a/functionsystem/tests/unit/function_agent/agent_service/agent_service_actor_test.cpp +++ b/functionsystem/tests/unit/function_agent/agent_service/agent_service_actor_test.cpp @@ -2774,7 +2774,7 @@ TEST_F(AgentServiceActorTest, DeployInstanceWithWorkingDirCpp) auto spec = deployInstanceReq->mutable_funcdeployspec(); spec->set_storagetype(function_agent::WORKING_DIR_STORAGE_TYPE); auto deployDir = "/home/sn/function/package/xxxz"; - std::string destination = "/tmp/working_dir-tmp/file.zip"; + std::string destination = "/tmp/working_dir-tmp/"; (void)litebus::os::Rmdir(deployDir); EXPECT_TRUE(litebus::os::ExistPath(destination)); spec->set_deploydir(deployDir); -- Gitee