File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -939,7 +939,7 @@ func (s *MethodTestSuite) TestTemplate() {
939
939
check .Args (database.GetUserLatencyInsightsParams {}).Asserts (rbac .ResourceTemplateInsights , rbac .ActionRead )
940
940
}))
941
941
s .Run ("GetUserActivityInsights" , s .Subtest (func (db database.Store , check * expects ) {
942
- check .Args (database.GetUserActivityInsightsParams {}).Asserts (rbac .ResourceTemplateInsights , rbac .ActionRead )
942
+ check .Args (database.GetUserActivityInsightsParams {}).Asserts (rbac .ResourceTemplateInsights , rbac .ActionRead ). Errors ( sql . ErrNoRows )
943
943
}))
944
944
s .Run ("GetTemplateParameterInsights" , s .Subtest (func (db database.Store , check * expects ) {
945
945
check .Args (database.GetTemplateParameterInsightsParams {}).Asserts (rbac .ResourceTemplateInsights , rbac .ActionRead )
You can’t perform that action at this time.
0 commit comments