test(cmd): use stable bot-only service method

This commit is contained in:
renaocheng
2026-07-07 17:28:47 +08:00
parent 5e23f1d96b
commit da38633e4c

View File

@@ -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 {