From da38633e4cf476504e81b2ead2a16c8bf50bc216 Mon Sep 17 00:00:00 2001 From: renaocheng Date: Tue, 7 Jul 2026 17:28:47 +0800 Subject: [PATCH] test(cmd): use stable bot-only service method --- cmd/root_integration_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root_integration_test.go b/cmd/root_integration_test.go index d793db419..282349071 100644 --- a/cmd/root_integration_test.go +++ b/cmd/root_integration_test.go @@ -358,7 +358,7 @@ func TestIntegration_StrictModeUser_ProfileOverride_ServiceBotOnlyMethodReturnsE rootCmd := buildStrictModeIntegrationRootCmd(t, f) code := executeRootIntegration(t, f, rootCmd, []string{ - "im", "images", "create", "--data", `{"image_type":"message","image":"x"}`, "--dry-run", + "im", "chats", "create", "--data", `{"name":"probe"}`, "--dry-run", }) if code != output.ExitValidation {