We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797438e commit d415a4eCopy full SHA for d415a4e
IdentityCore/tests/MSIDWorkPlaceJoinUtilTests.m
@@ -544,8 +544,6 @@ - (void)testGetWPJKeysWithTenantId_whenLegacyRegistration_shouldHaveNoTransportK
544
545
- (void)testGetWPJKeysWithTenantId_whenEccRegistrationWithMissingTransportKey_shouldReturnOnlyDeviceKey
546
{
547
- [self cleanWPJ:[self keychainGroup:YES]];
548
- [self cleanWPJ:[self keychainGroup:NO]];
549
NSString *tid = self.tenantId;
550
OSStatus status = [self insertDummyEccRegistrationForTenantIdentifier:tid certIdentifier:kDummyTenant1CertIdentifier useSecureEnclave:YES];
551
// Don't insert transport key - simulate missing STK scenario
0 commit comments