Commit 658ead7
authored
Fix MCP tests to use conversation instead of previous_response_id (#44270)
Both test_agent_mcp_basic and test_agent_mcp_with_project_connection were creating conversations but incorrectly switching to previous_response_id for follow-up calls. This fix ensures they consistently use conversation.id.1 parent 849c056 commit 658ead7
File tree
1 file changed
+2
-2
lines changed- sdk/ai/azure-ai-projects/tests/agents/tools
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
131 | 132 | | |
132 | | - | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
| 278 | + | |
278 | 279 | | |
279 | | - | |
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| |||
0 commit comments