test(mattermost): align tool preview fixture with privacy default

This commit is contained in:
joshavant
2026-08-12 17:36:53 -05:00
parent 07b61d4adc
commit d80e051ad1
@@ -2040,7 +2040,10 @@ describe("mattermost inbound user posts", () => {
chatmode: "onmessage",
dmPolicy: "open",
groupPolicy: "open",
streaming: { mode: "block", preview: { toolProgress: true } },
streaming: {
mode: "block",
preview: { toolProgress: true, commandText: "raw" },
},
},
},
};