Skip to content

Commit 18cee7a

Browse files
committed
fixing tests
1 parent bb0af11 commit 18cee7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/KK.AspNetCore.EasyAuthAuthentication.Test/Services/EasyAuthWithHeaderServiceTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public void IfAValidJwtTokenIsInTheHeaderTheResultIsSuccsess()
5353
Claims = new List<InputClaims>()
5454
{
5555
new InputClaims() {Typ= "x", Value= "y"},
56-
new InputClaims() {Typ= ClaimTypes.Email, Value= "PrincipalName"},
56+
new InputClaims() {Typ= "name", Value= "PrincipalName"},
5757
new InputClaims() {Typ = ClaimTypes.Role, Value = "Admin"}
5858
}
5959
};

0 commit comments

Comments
 (0)