You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update ChatAvailabilityTests to use IntegrationTestBase pattern
Migrate ChatAvailabilityTests from the old [ClassDataSource<WebApplicationFactory>]
pattern to the new IntegrationTestBase base class introduced by PR #1100.
- Inherit from IntegrationTestBase instead of using ClassDataSource attribute
- Use McpTestHelper.CreateClient(Factory) instead of factory.CreateClient(...)
- Use this.Factory (TracedWebApplicationFactory<Program>) via inherited property
- Remove unused WebApplicationFactoryClientOptions import
0 commit comments