Thanks to visit codestin.com Credit goes to github.com
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 f1244ab commit 03ad2a1Copy full SHA for 03ad2a1
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