Skip to content

fix: align integration test env var names with C# convention - #511

Merged
Corina (corinagum) merged 1 commit into
mainfrom
cg/fix-env-vars
Jul 22, 2026
Merged

fix: align integration test env var names with C# convention#511
Corina (corinagum) merged 1 commit into
mainfrom
cg/fix-env-vars

Conversation

@corinagum

Copy link
Copy Markdown
Contributor

Aligns PY integration test environment variable names with the C# reference implementation (Rido's original):

  • TEST_SERVICE_URLTEST_SERVICEURL
  • TEST_CONVERSATION_IDTEST_CONVERSATIONID
  • TEST_TEAM_IDTEST_TEAMID
  • TEST_CHANNEL_IDTEST_CHANNELID
  • TEST_MEETING_IDTEST_MEETINGID (now optional)

This ensures all three SDKs (C#, TS, PY) use the same env var names for integration tests, simplifying shared .env files and CI configuration.

10 passed, 2 skipped ✅

Copilot AI review requested due to automatic review settings July 17, 2026 16:40

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns Python integration test configuration to use the same environment variable names as the C# reference implementation, reducing cross-SDK friction when sharing .env files and CI variables.

Changes:

  • Renamed required integration-test env var lookups to TEST_SERVICEURL, TEST_CONVERSATIONID, TEST_TEAMID, and TEST_CHANNELID.
  • Made meeting_id optional and switched its env var lookup to TEST_MEETINGID.

Comment thread tests/integration/conftest.py
Comment thread tests/integration/conftest.py
Change TEST_SERVICE_URL → TEST_SERVICEURL, TEST_CONVERSATION_ID → TEST_CONVERSATIONID,
TEST_TEAM_ID → TEST_TEAMID, TEST_CHANNEL_ID → TEST_CHANNELID,
TEST_MEETING_ID → TEST_MEETINGID (now optional).

Auth vars (AZURE_TENANT_ID, etc.) remain PY-specific since C# uses
ASP.NET AzureAd__* config binding convention.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: d5105671-e3e2-48b0-8ce3-a36f6c43eefd
@corinagum
Corina (corinagum) merged commit 5763ae4 into main Jul 22, 2026
4 checks passed
@corinagum
Corina (corinagum) deleted the cg/fix-env-vars branch July 22, 2026 19:41
This was referenced Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants