Skip to content

Commit 25f54fc

Browse files
CopilotnikhilNava
andcommitted
Fix test: add suppress_invoke_agent_input parameter to exporter assertion
Co-authored-by: nikhilNava <[email protected]>
1 parent ec1eb3f commit 25f54fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/observability/core/test_agent365.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ def test_batch_span_processor_and_exporter_called_with_correct_values(
119119
token_resolver=self.mock_token_resolver,
120120
cluster_category="staging",
121121
use_s2s_endpoint=True,
122+
suppress_invoke_agent_input=False,
122123
)
123124

124125
# Verify BatchSpanProcessor was called with correct parameters from exporter_options

0 commit comments

Comments
 (0)