From 15eaaaeccc10d0b93bafb7fc8dc6cace66f7ec7f Mon Sep 17 00:00:00 2001 From: "zhaojunlin.0405" Date: Thu, 9 Jul 2026 19:08:37 +0800 Subject: [PATCH] test: reword transport-abort comment to drop endpoint path --- tests/plugin_e2e/degrade_subsystem_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/plugin_e2e/degrade_subsystem_test.go b/tests/plugin_e2e/degrade_subsystem_test.go index 772f09708..cecf80443 100644 --- a/tests/plugin_e2e/degrade_subsystem_test.go +++ b/tests/plugin_e2e/degrade_subsystem_test.go @@ -189,8 +189,8 @@ func init() { // "subtype":"transport","message":"API call failed: Post // \"https://open.feishu.cn/open-apis/authen/v2/oauth/token\": extension // \"abort-transport\" aborted round trip: aborted for test"}} -// run 2: exit=4 stderr={... same shape, message targets -// ".../open-apis/docs_ai/v1/documents/nonexistent/fetch" instead ...} +// run 2: exit=4 stderr={... same shape, message targets the docs fetch +// endpoint instead of the OAuth token URL ...} func TestSubsystemTransportAbort(t *testing.T) { bin := buildFork(t, "transport-abort", transportAbortPlugin) res := run(t, bin, "docs", "+fetch", "--doc", "nonexistent")