Skip to content

Commit 47b4531

Browse files
committed
Fix test urls
Signed-off-by: Essam Eldaly <[email protected]>
1 parent 423f37d commit 47b4531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/querier/tripperware/query_attribute_matcher_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -739,11 +739,11 @@ func Test_rejectQueryOrSetPriorityShouldMatchOnApiType(t *testing.T) {
739739

740740
tests := map[string]testCase{
741741
"should set priority based on api type for metadata": {
742-
path: "/api/v1/targets/metadata?limit=1",
742+
path: "/api/v1/metadata?limit=1",
743743
expectedPriority: 7,
744744
},
745745
"should set priority based on api type for series": {
746-
path: "/api/v1/targets/series",
746+
path: "/api/v1/series",
747747
expectedPriority: 6,
748748
},
749749
}

0 commit comments

Comments
 (0)