Skip to content

Commit 63b5150

Browse files
committed
fix rbac roles
1 parent 95cf7db commit 63b5150

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
@@ -4631,7 +4631,7 @@ func (s *MethodTestSuite) TestNotifications() {
46314631
Content: "test content notification",
46324632
Icon: "test icon",
46334633
Actions: json.RawMessage("{}"),
4634-
}).Asserts(rbac.ResourceInboxNotification.WithOwner(o.ID.String()), policy.ActionCreate)
4634+
}).Asserts(rbac.ResourceInboxNotification.WithOwner(u.ID.String()), policy.ActionCreate)
46354635
}))
46364636

46374637
s.Run("SetInboxNotificationAsRead", s.Subtest(func(db database.Store, check *expects) {

0 commit comments

Comments
 (0)