Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <benye@amazon.com>
  • Loading branch information
yeya24 committed Aug 10, 2023
1 parent 9ef4c02 commit 87e0de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querysharding/analyzer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ sum by (container) (
{
name: "binary expression with outer without grouping",
expression: `sum(http_requests_total{code="400"} * http_requests_total) without (pod)`,
shardingLabels: []string{"pod"},
shardingLabels: []string{"__name__", "pod"},
},
{
name: "binary expression with vector matching and outer without grouping",
Expand Down

0 comments on commit 87e0de6

Please sign in to comment.