Skip to content

Commit 6c739bf

Browse files
committed
Address PR comment
1 parent 7d353fc commit 6c739bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests/FmiIntegrationTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
using System;
1313
using System.IdentityModel.Tokens.Jwt;
1414
using System.Collections.Generic;
15+
using Microsoft.Identity.Test.Integration.NetFx.Infrastructure;
1516

1617
namespace Microsoft.Identity.Test.Integration.HeadlessTests
1718
{
@@ -27,7 +28,7 @@ public class FmiIntegrationTests
2728
{
2829
private byte[] _serializedCache;
2930
private const string AzureRegion = "westus3";
30-
private const string TenantId = "10c419d4-4a50-45b2-aa4e-919fb84df24f";
31+
private const string TenantId = ConfidentialAppSettings.ID4SLab1TenantId;
3132
private const string RmaClientId = "3bf56293-fbb5-42bd-a407-248ba7431a8c";
3233
private const string WebApiScope = "api://aa464f73-2868-4f67-b0e7-fc2f749e757f/.default";
3334
private const string ExpectedResourceAudience = "api://aa464f73-2868-4f67-b0e7-fc2f749e757f";

0 commit comments

Comments
 (0)