Fix test for CoreClr.
This commit is contained in:
parent
f0792f2b2e
commit
92d5e4ce77
|
|
@ -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")
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in New Issue