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 be0a370 commit 2f78cfdCopy full SHA for 2f78cfd
coderd/database/dbauthz/dbauthz_test.go
@@ -2486,7 +2486,8 @@ func (s *MethodTestSuite) TestSystemFunctions() {
2486
s.Run("EnqueueNotificationMessage", s.Subtest(func(db database.Store, check *expects) {
2487
// TODO: update this test once we have a specific role for notifications
2488
check.Args(database.EnqueueNotificationMessageParams{
2489
- Method: database.NotificationMethodWebhook,
+ Method: database.NotificationMethodWebhook,
2490
+ Payload: []byte("{}"),
2491
}).Asserts(rbac.ResourceSystem, policy.ActionCreate)
2492
}))
2493
s.Run("FetchNewMessageMetadata", s.Subtest(func(db database.Store, check *expects) {
0 commit comments