diff --git a/pkg/scheduler/queue/queue_test.go b/pkg/scheduler/queue/queue_test.go index 283eb9df4f4..9dd1ee78eb3 100644 --- a/pkg/scheduler/queue/queue_test.go +++ b/pkg/scheduler/queue/queue_test.go @@ -174,7 +174,7 @@ func TestRequestQueue_QueriersShouldGetHighPriorityQueryFirst(t *testing.T) { isHighPriority: false, } normalRequest2 := MockRequest{ - id: "normal query 1", + id: "normal query 2", isHighPriority: false, } highPriorityRequest := MockRequest{