Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sabsay <[email protected]>
  • Loading branch information
Daniel Sabsay committed Jan 24, 2025
1 parent f5739b9 commit 2ff4e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ruler/api_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ func Test_stripEvaluationFields(t *testing.T) {
require.JSONEq(t, expected, string(output))
}

// stripEvaluationFields removes sets evaluation-related fields of a rules API response to zero values.
// stripEvaluationFields sets evaluation-related fields of a rules API response to zero values.
func stripEvaluationFields(t *testing.T, r util_api.Response) {
dataMap, ok := r.Data.(map[string]interface{})
if !ok {
Expand Down

0 comments on commit 2ff4e24

Please sign in to comment.