test(langfuse): fix feedback sampling fixture

This commit is contained in:
Ravi Kumar L 2026-07-29 20:41:03 +02:00
parent 35efbcc982
commit 987e9b8e46

View file

@ -166,7 +166,7 @@ describe('Message Operations', () => {
const result = await updateMessage(mockCtx.userId, {
messageId: 'msg123',
feedback: { rating: 'thumbsUp' },
feedback: { rating: 'thumbsUp', tag: undefined },
});
expect(result?.langfuseSampled).toBe(true);