File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -2776,9 +2776,7 @@ func (s *MethodTestSuite) TestSystemFunctions() {
2776
2776
NotificationTemplateID : notifications .TemplateWorkspaceBuildsFailedReport ,
2777
2777
LastGeneratedAt : dbtime .Now (),
2778
2778
})
2779
- check .Args (database.GetNotificationReportGeneratorLogByTemplateParams {
2780
- NotificationTemplateID : notifications .TemplateWorkspaceBuildsFailedReport ,
2781
- }).Asserts (rbac .ResourceSystem , policy .ActionRead )
2779
+ check .Args (notifications .TemplateWorkspaceBuildsFailedReport ).Asserts (rbac .ResourceSystem , policy .ActionRead )
2782
2780
}))
2783
2781
s .Run ("GetWorkspaceBuildStatsByTemplates" , s .Subtest (func (db database.Store , check * expects ) {
2784
2782
check .Args (dbtime .Now ()).Asserts (rbac .ResourceSystem , policy .ActionRead )
You can’t perform that action at this time.
0 commit comments