Skip to content

Commit de68723

Browse files
authored
Restore copyright and license headers in conftest.py
1 parent c9cc17e commit de68723

File tree

1 file changed

+2
-1
lines changed
  • tests/observability/extensions/openai/integration

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,12 @@ 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

5656
if not tenant_id:
5757
pytest.skip("Integration tests require AGENT365_TEST_TENANT_ID")
5858

5959
return {"tenant_id": tenant_id, "agent_id": agent_id}
60+

0 commit comments

Comments
 (0)