mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Fix test compat for entity key validation (#5179)
This commit is contained in:
committed by
GitHub
Unverified
parent
7010dd7439
commit
a7a02c1abd
@@ -50,6 +50,7 @@ def mock_orchestration_context(mock_entity_task: Mock) -> Mock:
|
||||
"""Provide a mock orchestration context with call_entity configured."""
|
||||
context = Mock()
|
||||
context.call_entity = Mock(return_value=mock_entity_task)
|
||||
context.new_uuid = Mock(return_value="test-uuid-1234")
|
||||
return context
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user