We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e772f78 commit cc99cefCopy full SHA for cc99cef
1 file changed
tests/observability/core/test_invoke_agent_scope.py
@@ -19,7 +19,7 @@ class TestInvokeAgentScope(unittest.TestCase):
19
@classmethod
20
def setUpClass(cls):
21
"""Set up test environment once for all tests."""
22
- # Configure Agent365 for testing
+ # Configure Microsoft Agent 365 for testing
23
configure(
24
service_name="test-invoke-agent-service",
25
service_namespace="test-namespace",
@@ -70,3 +70,4 @@ def test_record_output_messages_method_exists(self):
70
71
if __name__ == "__main__":
72
unittest.main(verbosity=2)
73
+
0 commit comments