Skip to content

Commit b22e415

Browse files
committed
🧪
1 parent c67c3cf commit b22e415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbauthz/dbauthz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1669,7 +1669,7 @@ func (s *MethodTestSuite) TestUser() {
16691669
SitePermissions: nil,
16701670
OrgPermissions: nil,
16711671
UserPermissions: nil,
1672-
}).Asserts(rbac.ResourceAssignOrgRole.InOrg(customRole.OrganizationID.UUID), policy.ActionUpdate).ErrorsWithPG(sql.ErrNoRows)
1672+
}).Asserts(rbac.ResourceAssignOrgRole.InOrg(customRole.OrganizationID.UUID), policy.ActionUpdate)
16731673
}))
16741674
s.Run("SitePermissions/UpdateCustomRole", s.Subtest(func(db database.Store, check *expects) {
16751675
check.Args(database.UpdateCustomRoleParams{

0 commit comments

Comments
 (0)