Skip to content

Commit 5d39394

Browse files
committed
Merge branch 'bogavril/fmitests' of https://github.com/AzureAD/microsoft-authentication-library-for-dotnet into bogavril/fmitests
2 parents 543b1e6 + cd55442 commit 5d39394

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)