Commit 3396bc0
committed
fix: add required topic to conversationHistory user turn in NUT fixture
The AiTestingDefinition ReturnsCheckoutSuite test-case 4 had a
conversationHistory user turn (index 0) with no <topic>. Server-side
validation now requires topic on every conversationHistory entry, so the
before-all deploy failed with "Test case 4, input 1, conversation
history 1: topic is required and cannot be blank". Add the topic to
match the agent turn.1 parent 2a71f54 commit 3396bc0
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
- test/mock-projects/agent-generate-template/force-app/main/default/aiTestingDefinitions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
0 commit comments