Skip to content

Commit cd55442

Browse files
authored
Update settings to use PublicLegacy for regional tests
1 parent 7d353fc commit cd55442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/ClientCredentialsTests.WithRegion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public async Task AcquireTokenToRegionalEndpointAsync(bool instanceDiscoveryEnab
6464
{
6565
// Arrange
6666
var factory = new HttpSnifferClientFactory();
67-
var settings = ConfidentialAppSettings.GetSettings(Cloud.Public); // Use legacy config for regional tests
67+
var settings = ConfidentialAppSettings.GetSettings(Cloud.PublicLegacy); // Use legacy config for regional tests
6868

6969
settings.InstanceDiscoveryEndpoint = instanceDiscoveryEnabled;
7070
_confidentialClientApplication = BuildCCA(settings, factory);

0 commit comments

Comments
 (0)