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 {