diff --git a/src/test/suite/participant/participant.test.ts b/src/test/suite/participant/participant.test.ts index d69b8cbdc..b407814e1 100644 --- a/src/test/suite/participant/participant.test.ts +++ b/src/test/suite/participant/participant.test.ts @@ -1660,9 +1660,11 @@ Schema: expect(fetchStub).to.have.been.called; expect(sendRequestStub).to.have.not.been.called; - expect(telemetryTrackStub.firstCall.firstArg).to.equal( - 'Participant Prompt Submitted' - ); + assertCommandTelemetry('docs', chatRequestMock, { + expectSampleDocs: false, + callIndex: 0, + expectedInternalPurpose: undefined, + }); assertResponseTelemetry('docs/chatbot', { callIndex: 1,