From 71f7cea83653ee6dfbaf4630acea8c7afaea7f9f Mon Sep 17 00:00:00 2001 From: ry Date: Wed, 14 Sep 2022 10:34:20 +0000 Subject: [PATCH] modify code path Signed-off-by: ry --- frameworks/test/moduletest/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/test/moduletest/BUILD.gn b/frameworks/test/moduletest/BUILD.gn index cbae18102..25c87d89d 100644 --- a/frameworks/test/moduletest/BUILD.gn +++ b/frameworks/test/moduletest/BUILD.gn @@ -311,7 +311,7 @@ ohos_js_unittest("ReminderAgentJsTest") { module_out_path = module_output_path hap_profile = "./config.json" - certificate_profile = "//test/developertest/signature/openharmony_sx.p7b" + certificate_profile = "//test/testfwk/developer_test/signature/openharmony_sx.p7b" } group("moduletest") { -- Gitee