diff --git a/test/unittest/package/pkg_verify_unittest.cpp b/test/unittest/package/pkg_verify_unittest.cpp index 643b6e4b55a88386f65412ca77c88ee2fad81419..2004210414dff28c057ce096091d8d92f5d6e980 100644 --- a/test/unittest/package/pkg_verify_unittest.cpp +++ b/test/unittest/package/pkg_verify_unittest.cpp @@ -64,7 +64,7 @@ public: packagePath = testPackagePath + "test_package.zip"; keyPath = "/data/updater/src/signing_cert.crt"; - file = "updater.bin"; + file = "update.bin"; ret = ExtraPackageFile(packagePath.c_str(), keyPath.c_str(), file.c_str(), testPackagePath.c_str()); EXPECT_EQ(ret, PKG_SUCCESS); return 0;