diff --git a/cmd/otel-allocator/allocation/per_node_test.go b/cmd/otel-allocator/allocation/per_node_test.go index 0ab9b5d4ac..f1e5b7674e 100644 --- a/cmd/otel-allocator/allocation/per_node_test.go +++ b/cmd/otel-allocator/allocation/per_node_test.go @@ -118,7 +118,7 @@ func TestAllocationPerNodeUsingFallback(t *testing.T) { {Name: "test", Value: "test2"}, {Name: "__meta_kubernetes_node_name", Value: "node-1"}, } - // no label, should be skipped + // no label, should be allocated by the fallback strategy thirdLabels := labels.Labels{ {Name: "test", Value: "test3"}, }