This is an automated email from the ASF dual-hosted git repository.

AlinsRan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 549f7f29 docs: fix incorrect unit test command in developer guide 
(#2797)
549f7f29 is described below

commit 549f7f2918ec15edf66ee665ccba8864e94ecbce
Author: Episkey <[email protected]>
AuthorDate: Wed Jul 29 14:12:30 2026 +0800

    docs: fix incorrect unit test command in developer guide (#2797)
---
 docs/en/latest/developer-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/en/latest/developer-guide.md 
b/docs/en/latest/developer-guide.md
index 24b082ad..bfa74535 100644
--- a/docs/en/latest/developer-guide.md
+++ b/docs/en/latest/developer-guide.md
@@ -103,7 +103,7 @@ make undeploy
 To run unit tests:
 
 ```shell
-make unit-test
+make test
 ```
 
 ### e2e Tests

Reply via email to