Skip to content

Commit 95cf7db

Browse files
committed
fix rbac roles
1 parent 23daa68 commit 95cf7db

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
@@ -4610,7 +4610,7 @@ func (s *MethodTestSuite) TestNotifications() {
46104610
check.Args(notifID).Asserts(rbac.ResourceInboxNotification.WithID(notifID).WithOwner(u.ID.String()), policy.ActionRead).Returns(notif)
46114611
}))
46124612

4613-
s.Run("InsertInboxNotification", s.Subtest(func(_ database.Store, check *expects) {
4613+
s.Run("InsertInboxNotification", s.Subtest(func(db database.Store, check *expects) {
46144614
u := dbgen.User(s.T(), db, database.User{})
46154615
o := dbgen.Organization(s.T(), db, database.Organization{})
46164616
tpl := dbgen.Template(s.T(), db, database.Template{

0 commit comments

Comments
 (0)