We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 778e0f0 commit 25cdc35Copy full SHA for 25cdc35
IdentityCore/tests/MSIDBoundRefreshTokenRedemptionTests.m
@@ -426,11 +426,12 @@ - (void)testGetTokenRedemptionJwt_errorPassedAsNil_shouldNotCrash
426
nonce:@"nonce123"];
427
[self insertWorkPlaceJoinInformation];
428
NSDictionary *jweCrypto;
429
+ NSError *error;
430
NSString *jwt = [token getTokenRedemptionJwtForTenantId:self.tenantId
431
tokenRedemptionParameters:params
432
context:nil
433
jweCrypto:&jweCrypto
- error:nil];
434
+ error:&error];
435
436
XCTAssertNotNil(jwt);
437
// Should not crash when error is nil
0 commit comments