You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/11/10 06:51:45 UTC

[apisix] branch master updated: test: fix plugin disable syntax

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

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 29c0564d0 test: fix plugin disable syntax
29c0564d0 is described below

commit 29c0564d0078a45dc78a9dd7b12588d180d8c9a1
Author: spacewander <sp...@gmail.com>
AuthorDate: Wed Nov 9 17:22:11 2022 +0800

    test: fix plugin disable syntax
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 t/plugin/skywalking.t | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/t/plugin/skywalking.t b/t/plugin/skywalking.t
index 327c3c818..f48f716dd 100644
--- a/t/plugin/skywalking.t
+++ b/t/plugin/skywalking.t
@@ -347,7 +347,9 @@ skywalking run prepareForReport
                 [[{
                     "plugins": {
                         "skywalking": {
-                            "disable": 1
+                            "_meta": {
+                                "disable": true
+                            }
                         }
                     },
                     "upstream": {