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 95cf7db commit 63b5150Copy full SHA for 63b5150
coderd/database/dbauthz/dbauthz_test.go
@@ -4631,7 +4631,7 @@ func (s *MethodTestSuite) TestNotifications() {
4631
Content: "test content notification",
4632
Icon: "test icon",
4633
Actions: json.RawMessage("{}"),
4634
- }).Asserts(rbac.ResourceInboxNotification.WithOwner(o.ID.String()), policy.ActionCreate)
+ }).Asserts(rbac.ResourceInboxNotification.WithOwner(u.ID.String()), policy.ActionCreate)
4635
}))
4636
4637
s.Run("SetInboxNotificationAsRead", s.Subtest(func(db database.Store, check *expects) {
0 commit comments