Skip to content

Commit 3862d12

Browse files
authored
Update Agent365 config description for clarity
1 parent 5a9180b commit 3862d12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/observability/extensions/agentframework/integration

tests/observability/extensions/agentframework/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def azure_openai_config() -> dict[str, Any]:
4949

5050
@pytest.fixture(scope="session")
5151
def agent365_config() -> dict[str, Any]:
52-
"""Agent365 configuration for integration tests."""
52+
"""Microsoft Agent 365 configuration for integration tests."""
5353
tenant_id = os.getenv("AGENT365_TEST_TENANT_ID", "4d44f041-f91e-4d00-b107-61e47b26f5a8")
5454
agent_id = os.getenv("AGENT365_TEST_AGENT_ID", "3bccd52b-daaa-4b11-af40-47443852137c")
5555

0 commit comments

Comments
 (0)