Skip to content

Commit

Permalink
PMM-12913 fix /v1/qan/metrics:getFilters test
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed May 23, 2024
1 parent cae92ea commit 2911dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qan-api2/services/analytics/filters_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ func TestService_GetFilters(t *testing.T) {
rm: tt.fields.rm,
mm: tt.fields.mm,
}
got, err := s.Get(context.TODO(), tt.in)
got, err := s.GetFilteredMetricsNames(context.TODO(), tt.in)
if (err != nil) != tt.wantErr {
assert.Errorf(t, err, "Service.GetFilters() error = %v, wantErr %v", err, tt.wantErr)
}
Expand Down

0 comments on commit 2911dff

Please sign in to comment.