Fix test for CoreClr.

This commit is contained in:
Chris R 2015-09-16 11:28:16 -07:00
parent f0792f2b2e
commit 92d5e4ce77
1 changed files with 1 additions and 1 deletions

View File

@ -318,7 +318,7 @@ namespace Microsoft.AspNet.Authorization.Test
var user = new ClaimsPrincipal(
new ClaimsIdentity(
new Claim[] {
new Claim(ClaimTypes.Role, ""),
new Claim(ClaimTypes.Role, "none"),
},
"Basic")
);