Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
meeech committed Sep 15, 2023
1 parent e7a8543 commit 3ae30f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metricproviders/datadog/datadogV2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ func TestRunSuiteV2(t *testing.T) {
Provider: v1alpha1.MetricProvider{
Datadog: &v1alpha1.DatadogMetric{
Queries: map[string]string{
"a": "avg:error_requests{*}",
"b": "avg:total_requests{*}",
"a": "avg:error_foxes{*}",
"b": "avg:total_rabbits{*}",
},
ApiVersion: "v2",
},
Expand Down

0 comments on commit 3ae30f9

Please sign in to comment.