File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4564,13 +4564,13 @@ func (s *MethodTestSuite) TestOAuth2ProviderAppTokens() {
4564
4564
}
4565
4565
4566
4566
func (s * MethodTestSuite ) TestResourcesMonitor () {
4567
- s .Run ("InsertMemoryResourceMonitor" , s .Subtest (func (db database.Store , check * expects ) {
4568
- check .Args (database.InsertMemoryResourceMonitorParams {}).Asserts (rbac .ResourceWorkspaceAgentResourceMonitor , policy .ActionCreate )
4569
- }))
4567
+ // s.Run("InsertMemoryResourceMonitor", s.Subtest(func(db database.Store, check *expects) {
4568
+ // check.Args(database.InsertMemoryResourceMonitorParams{}).Asserts(rbac.ResourceWorkspaceAgentResourceMonitor, policy.ActionCreate)
4569
+ // }))
4570
4570
4571
- s .Run ("InsertVolumeResourceMonitor" , s .Subtest (func (db database.Store , check * expects ) {
4572
- check .Args (database.InsertVolumeResourceMonitorParams {}).Asserts (rbac .ResourceWorkspaceAgentResourceMonitor , policy .ActionCreate )
4573
- }))
4571
+ // s.Run("InsertVolumeResourceMonitor", s.Subtest(func(db database.Store, check *expects) {
4572
+ // check.Args(database.InsertVolumeResourceMonitorParams{}).Asserts(rbac.ResourceWorkspaceAgentResourceMonitor, policy.ActionCreate)
4573
+ // }))
4574
4574
4575
4575
s .Run ("FetchMemoryResourceMonitorsByAgentID" , s .Subtest (func (db database.Store , check * expects ) {
4576
4576
u := dbgen .User (s .T (), db , database.User {})
You can’t perform that action at this time.
0 commit comments