Skip to content

Commit

Permalink
Revert "fix: tests"
Browse files Browse the repository at this point in the history
This reverts commit 71e7472.
  • Loading branch information
trevorwhitney committed Nov 14, 2024
1 parent 71e7472 commit 3a30275
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pkg/querier/queryrange/roundtrip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ func Test_getOperation(t *testing.T) {
},
{
name: "range_query_prom",
path: "/api/prom/query",
path: "/prom/query",
expectedOp: QueryRangeOp,
},
{
Expand All @@ -1228,7 +1228,7 @@ func Test_getOperation(t *testing.T) {
},
{
name: "series_query_prom",
path: "/api/prom/series",
path: "/prom/series",
expectedOp: SeriesOp,
},
{
Expand All @@ -1238,7 +1238,7 @@ func Test_getOperation(t *testing.T) {
},
{
name: "labels_query_prom",
path: "/api/prom/labels",
path: "/prom/labels",
expectedOp: LabelNamesOp,
},
{
Expand All @@ -1248,7 +1248,7 @@ func Test_getOperation(t *testing.T) {
},
{
name: "labels_query_prom",
path: "/api/prom/label",
path: "/prom/label",
expectedOp: LabelNamesOp,
},
{
Expand All @@ -1258,7 +1258,7 @@ func Test_getOperation(t *testing.T) {
},
{
name: "label_values_query_prom",
path: "/api/prom/label/__name__/values",
path: "/prom/label/__name__/values",
expectedOp: LabelNamesOp,
},
{
Expand Down

0 comments on commit 3a30275

Please sign in to comment.