We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423f37d commit 47b4531Copy full SHA for 47b4531
pkg/querier/tripperware/query_attribute_matcher_test.go
@@ -739,11 +739,11 @@ func Test_rejectQueryOrSetPriorityShouldMatchOnApiType(t *testing.T) {
739
740
tests := map[string]testCase{
741
"should set priority based on api type for metadata": {
742
- path: "/api/v1/targets/metadata?limit=1",
+ path: "/api/v1/metadata?limit=1",
743
expectedPriority: 7,
744
},
745
"should set priority based on api type for series": {
746
- path: "/api/v1/targets/series",
+ path: "/api/v1/series",
747
expectedPriority: 6,
748
749
}
0 commit comments