diff --git a/recipes-openharmony/openharmony/openharmony-standard-3.0/test-xts-acts-fix-Defpermission-typo.patch b/recipes-openharmony/openharmony/openharmony-standard-3.0/test-xts-acts-fix-Defpermission-typo.patch
new file mode 100644
index 0000000000000000000000000000000000000000..e9ef1a761c66195f2cffeb19673df54bf0c6ee6d
--- /dev/null
+++ b/recipes-openharmony/openharmony/openharmony-standard-3.0/test-xts-acts-fix-Defpermission-typo.patch
@@ -0,0 +1,24 @@
+# SPDX-FileCopyrightText: Huawei Inc. 
+# 
+# SPDX-License-Identifier: Apache-2.0 
+ 
+Fix DefPermission.hap filename typo which is causing a file not found error 
+when running ActsContextTest ACTS tests. 
+ 
+Upstream-Status: Pending 
+ 
+Signed-off-by: Francesco Pham <francesco.pham@huawei.com> 
+
+diff --git a/aafwk/aafwk_standard/context/actscontexttest/Test.json b/aafwk/aafwk_standard/context/actscontexttest/Test.json
+index b6afb1bb3..7cbe409ec 100755
+--- a/aafwk/aafwk_standard/context/actscontexttest/Test.json
++++ b/aafwk/aafwk_standard/context/actscontexttest/Test.json
+@@ -9,7 +9,7 @@
+     "kits": [
+         {
+             "test-file-name": [
+-                "DefPermission.hap",
++                "Defpermission.hap",
+                 "ActsContextTest.hap"
+             
+             ],
diff --git a/recipes-openharmony/openharmony/openharmony-standard_3.0.bb b/recipes-openharmony/openharmony/openharmony-standard_3.0.bb
index 729d6f89dda702b44b3381cfa22bea2867651cf1..52c2e11406744ec9dbf2be89b0b5d80f07ac56fe 100644
--- a/recipes-openharmony/openharmony/openharmony-standard_3.0.bb
+++ b/recipes-openharmony/openharmony/openharmony-standard_3.0.bb
@@ -75,6 +75,7 @@ SRC_URI += "file://RenderText-PerformLayout-remove-sigsegv-code.patch;patchdir=$
 SRC_URI += "file://remove-root-uid-check.patch;patchdir=${S}/foundation/aafwk/standard"
 SRC_URI += "file://test-xts-acts-timeout-increment.patch;patchdir=${S}/test/xts/acts"
 SRC_URI += "file://start-ability-timeout-increment.patch;patchdir=${S}/test/xts/acts"
+SRC_URI += "file://test-xts-acts-fix-Defpermission-typo.patch;patchdir=${S}/test/xts/acts"
 
 inherit python3native gn_base ptest