Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Fix the expiry not being set.
  • Loading branch information
martincostello committed Jun 9, 2019
1 parent b37d47b commit 2a0bc93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public static async Task GenerateAsync_Caches_Jwt_Until_Expired()
var options = new AppleAuthenticationOptions()
{
ClientId = "my-client-id",
ClientSecretExpiresAfter = TimeSpan.FromSeconds(1),
KeyId = "my-key-id",
TeamId = "my-team-id",
PrivateKeyBytes = (keyId) => Task.FromResult(TestPrivateKey),
Expand Down

0 comments on commit 2a0bc93

Please sign in to comment.