File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -2350,6 +2350,12 @@ func (s *MethodTestSuite) TestSystemFunctions() {
2350
2350
s .Run ("UpsertHealthSettings" , s .Subtest (func (db database.Store , check * expects ) {
2351
2351
check .Args ("foo" ).Asserts (rbac .ResourceDeploymentConfig , policy .ActionUpdate )
2352
2352
}))
2353
+ s .Run ("GetNotificationsSettings" , s .Subtest (func (db database.Store , check * expects ) {
2354
+ check .Args ().Asserts ()
2355
+ }))
2356
+ s .Run ("UpsertNotificationsSettings" , s .Subtest (func (db database.Store , check * expects ) {
2357
+ check .Args ("foo" ).Asserts (rbac .ResourceDeploymentConfig , policy .ActionUpdate )
2358
+ }))
2353
2359
s .Run ("GetDeploymentWorkspaceAgentStats" , s .Subtest (func (db database.Store , check * expects ) {
2354
2360
check .Args (time.Time {}).Asserts ()
2355
2361
}))
You can’t perform that action at this time.
0 commit comments