File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
tests/Microsoft.Identity.Test.Integration.netcore/HeadlessTests Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1212using System ;
1313using System . IdentityModel . Tokens . Jwt ;
1414using System . Collections . Generic ;
15+ using Microsoft . Identity . Test . Integration . NetFx . Infrastructure ;
1516
1617namespace 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" ;
You can’t perform that action at this time.
0 commit comments