Skip to content

Commit

Permalink
Fix pin in test
Browse files Browse the repository at this point in the history
  • Loading branch information
nabla-c0d3 committed Sep 11, 2016
1 parent ce9bdbd commit 3a9d1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrustKitTests/TSKNSURLSessionTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ - (void)testPinningValidationSucceeded
@{
@"www.datatheorem.com" : @{
kTSKPublicKeyAlgorithms : @[kTSKAlgorithmRsa2048],
kTSKPublicKeyHashes : @[@"lCppFqbkrlJ3EcVFAkeip0+44VaoJUymbnOaEUk7tEU=", // CA key
kTSKPublicKeyHashes : @[@"klO23nT2ehFDXCfx3eHTDRESMz3asj1muO+4aIdjiuY=", // CA key
@"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=" // Fake key
]}}};

Expand Down

0 comments on commit 3a9d1ad

Please sign in to comment.