We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23daa68 commit 95cf7dbCopy full SHA for 95cf7db
coderd/database/dbauthz/dbauthz_test.go
@@ -4610,7 +4610,7 @@ func (s *MethodTestSuite) TestNotifications() {
4610
check.Args(notifID).Asserts(rbac.ResourceInboxNotification.WithID(notifID).WithOwner(u.ID.String()), policy.ActionRead).Returns(notif)
4611
}))
4612
4613
- s.Run("InsertInboxNotification", s.Subtest(func(_ database.Store, check *expects) {
+ s.Run("InsertInboxNotification", s.Subtest(func(db database.Store, check *expects) {
4614
u := dbgen.User(s.T(), db, database.User{})
4615
o := dbgen.Organization(s.T(), db, database.Organization{})
4616
tpl := dbgen.Template(s.T(), db, database.Template{
0 commit comments