Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reverted change to test since incepting code change was reverted
Browse files Browse the repository at this point in the history
JoshLozensky committed Jun 14, 2024
1 parent 4c69d9c commit 19792d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ public static TheoryData<AudienceValidationTheoryData> ValidateAudienceParameter
new AudienceValidationTheoryData
{
Audiences = new List<string> { "" },
ExpectedException = ExpectedException.SecurityTokenInvalidAudienceException("IDX10206:"),
ExpectedException = ExpectedException.SecurityTokenInvalidAudienceException("IDX10214:"),
TestId = "AudiencesEmptyString",
TokenValidationParameters = new TokenValidationParameters{ ValidAudience = "audience"}
},

0 comments on commit 19792d6

Please sign in to comment.