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 6de3e93 commit 2e16d76Copy full SHA for 2e16d76
coderd/database/dbauthz/dbauthz_test.go
@@ -2454,7 +2454,8 @@ func (s *MethodTestSuite) TestSystemFunctions() {
2454
s.Run("EnqueueNotificationMessage", s.Subtest(func(db database.Store, check *expects) {
2455
// TODO: update this test once we have a specific role for notifications
2456
check.Args(database.EnqueueNotificationMessageParams{
2457
- Method: database.NotificationMethodWebhook,
+ Method: database.NotificationMethodWebhook,
2458
+ Payload: []byte("{}"),
2459
}).Asserts(rbac.ResourceSystem, policy.ActionCreate)
2460
}))
2461
s.Run("FetchNewMessageMetadata", s.Subtest(func(db database.Store, check *expects) {
0 commit comments