From 3a89a6d28a11970d489d9eb4a8f32a45beaa7d5f Mon Sep 17 00:00:00 2001 From: Chris <66376200+crickman@users.noreply.github.com> Date: Wed, 12 Nov 2025 09:20:16 -0800 Subject: [PATCH] Fix declarative workflows integration testcase --- .../Testcases/InputArguments.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Testcases/InputArguments.json b/dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Testcases/InputArguments.json index 8eb876eb60..f4962e1bc6 100644 --- a/dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Testcases/InputArguments.json +++ b/dotnet/tests/Microsoft.Agents.AI.Workflows.Declarative.IntegrationTests/Testcases/InputArguments.json @@ -10,7 +10,7 @@ "conversation_count": 1, "min_action_count": 1, "min_response_count": 1, - "min_message_count": 3, + "min_message_count": 2, "actions": { "start": [ "invoke_poem" @@ -20,4 +20,4 @@ ] } } -} \ No newline at end of file +}