File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/Microsoft.Identity.Test.Integration.netcore/SeleniumTests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ public class ConfidentialClientAuthorizationTests
3434
3535 private static readonly string [ ] s_scopes = { "User.Read" } ;
3636 private const string ConfidentialClientID = "35dc5034-9b65-4a5d-ad81-73cca468c1e0" ; //msidlab4.com app
37- private const string CertificateName = "for-cca-testing " ;
37+ private const string CertificateName = "LabAuth " ;
3838
3939 private static KeyVaultSecretsProvider s_secretProvider ;
4040
@@ -47,7 +47,7 @@ public class ConfidentialClientAuthorizationTests
4747 [ ClassInitialize ]
4848 public static void ClassInitialize ( TestContext context )
4949 {
50- s_secretProvider = new KeyVaultSecretsProvider ( KeyVaultInstance . MsalTeam ) ;
50+ s_secretProvider = new KeyVaultSecretsProvider ( KeyVaultInstance . MSIDLab ) ;
5151 }
5252
5353 [ TestInitialize ]
You can’t perform that action at this time.
0 commit comments