diff --git a/interfaces/plugin/test/unittest/BUILD.gn b/interfaces/plugin/test/unittest/BUILD.gn index 8aee9ed3d6f1037c0d622a10d480bbb453ebbd7f..496b56af7b3022dbc843874d9b8a10791b36cf8c 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") {