Skip to content

Commit

Permalink
Merge branch 'dev' into iinglese/extensibility-tests-signature-algori…
Browse files Browse the repository at this point in the history
…thm-jwt-saml
  • Loading branch information
iNinja authored Nov 25, 2024
2 parents 3bd6e13 + 27bc920 commit c483cf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ public static TheoryData<ResolvePopKeyTheoryData> GetPopKeysFromJkuAsyncTheoryDa
{
RequireHttpsForJkuResourceRetrieval = false,
},
ExpectedException = new ExpectedException(typeof(SignedHttpRequestInvalidPopKeyException), "IDX23022", typeof(ArgumentException)),
ExpectedException = new ExpectedException(typeof(SignedHttpRequestInvalidPopKeyException), "IDX23022", null, true),
},
new ResolvePopKeyTheoryData("Valid0KeysReturned")
{
Expand Down

0 comments on commit c483cf1

Please sign in to comment.