File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ - (void)testWhenInteractiveXpcIsFull_andSsoExtensionIsDisabled_controllersOrder_
404404 testError: nil
405405 testWebMSAuthResponse: nil ];
406406 MSIDInteractiveTokenRequestParameters *parameters = [self requestParameters ];
407- parameters.xpcMode = MSIDXpcModeSSOExtCompanion ;
407+ parameters.xpcMode = MSIDXpcModeSSOExtBackup ;
408408
409409 NSError *error;
410410 SEL selectorForMSIDSSOExtensionInteractiveTokenRequestController = NSSelectorFromString (@" canPerformRequest" );
@@ -458,7 +458,7 @@ - (void)testWhenInteractiveXpcIsFull_andSsoExtensionIsEnabled_controllersOrder_a
458458 testError: nil
459459 testWebMSAuthResponse: nil ];
460460 MSIDInteractiveTokenRequestParameters *parameters = [self requestParameters ];
461- parameters.xpcMode = MSIDXpcModeSSOExtCompanion ;
461+ parameters.xpcMode = MSIDXpcModeSSOExtBackup ;
462462
463463 NSError *error;
464464 SEL selectorForMSIDSSOExtensionInteractiveTokenRequestController = NSSelectorFromString (@" canPerformRequest" );
@@ -652,7 +652,7 @@ - (void)testWhenSsoExtensionIsEnabled_andXpcIsFullyEnabled_andSsoExtensionIsDisa
652652 testError: nil
653653 testWebMSAuthResponse: nil ];
654654 MSIDRequestParameters *parameters = [self requestParameters ];
655- parameters.xpcMode = MSIDXpcModeSSOExtCompanion ;
655+ parameters.xpcMode = MSIDXpcModeSSOExtBackup ;
656656 parameters.allowUsingLocalCachedRtWhenSsoExtFailed = YES ;
657657
658658 NSError *error;
You can’t perform that action at this time.
0 commit comments