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 @@ -69,7 +69,7 @@ public async Task Interactive_MsaUser_Async()
6969 [ RunOn ( TargetFrameworks . NetCore ) ]
7070 public async Task InteractiveConsentPromptAsync ( )
7171 {
72- var labResponse = await LabUserHelper . GetDefaultUserAsync ( ) . ConfigureAwait ( false ) ;
72+ var labResponse = await LabUserHelper . GetDefaultUserWithMultiTenantAppAsync ( ) . ConfigureAwait ( false ) ;
7373
7474 await RunPromptTestForUserAsync ( labResponse , Prompt . Consent , true ) . ConfigureAwait ( false ) ;
7575 await RunPromptTestForUserAsync ( labResponse , Prompt . Consent , false ) . ConfigureAwait ( false ) ;
@@ -163,7 +163,7 @@ public async Task Interactive_Adfs_DirectAsync()
163163 [ RunOn ( TargetFrameworks . NetCore ) ]
164164 public async Task ValidateCcsHeadersForInteractiveAuthCodeFlowAsync ( )
165165 {
166- LabResponse labResponse = await LabUserHelper . GetDefaultUserAsync ( ) . ConfigureAwait ( false ) ;
166+ LabResponse labResponse = await LabUserHelper . GetDefaultUserWithMultiTenantAppAsync ( ) . ConfigureAwait ( false ) ;
167167
168168 var pca = PublicClientApplicationBuilder
169169 . Create ( labResponse . App . AppId )
You can’t perform that action at this time.
0 commit comments