From 84b27ee406d5c038a7086ab5c448d5ac747cb31b Mon Sep 17 00:00:00 2001 From: ry Date: Wed, 14 Sep 2022 10:25:38 +0000 Subject: [PATCH] modify code path Signed-off-by: ry --- interfaces/plugin/test/unittest/BUILD.gn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/interfaces/plugin/test/unittest/BUILD.gn b/interfaces/plugin/test/unittest/BUILD.gn index 8aee9ed3..496b56af 100755 --- a/interfaces/plugin/test/unittest/BUILD.gn +++ b/interfaces/plugin/test/unittest/BUILD.gn @@ -17,7 +17,8 @@ module_output_path = "sensor/interfaces" ohos_js_unittest("SensorJsTest") { 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("unittest") { -- Gitee