From 495c8ac35bd4eb5ec01aa996b42c611f8a62e778 Mon Sep 17 00:00:00 2001 From: Fangliding Date: Thu, 20 Aug 2026 18:05:36 +0800 Subject: [PATCH] Fix test --- common/reflect/marshal_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/reflect/marshal_test.go b/common/reflect/marshal_test.go index d560f1b4e..748bc69e0 100644 --- a/common/reflect/marshal_test.go +++ b/common/reflect/marshal_test.go @@ -207,6 +207,7 @@ func getConfig() string { "tag": "XHTTP_IN", "streamSettings": { "network": "xhttp", + "security": "tls", "xhttpSettings": { "host": "bing.com", "path": "/xhttp_client_upload",