Skip to content

Commit b5f2ce4

Browse files
committed
update
1 parent 475c150 commit b5f2ce4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Tests/AuthorizationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ public async Task EndToEnd(bool authenticated)
759759
[InlineData("Role1", true, false)] // User with Role1, child requires Role2 and is anonymous - should fail
760760
[InlineData("Role2", true, true)] // User with Role2, child requires Role2 and is anonymous - should pass
761761
[InlineData("Role1,Role2", true, true)] // User with both roles, child is anonymous - should pass
762-
[InlineData(null, true, false)] // Unauthenticated user, child is anonymous - should fail due as Role2 missing
762+
[InlineData(null, true, false)] // Unauthenticated user, child is anonymous - should fail as Role2 is missing
763763
public void BothAnonymousAndRequirements(string? userRoles, bool childIsAnonymous, bool expectedIsValid)
764764
{
765765
// Set up query to require Role1

0 commit comments

Comments
 (0)