Skip to content

Commit

Permalink
Update cmd/otel-allocator/allocation/per_node_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mikołaj Świątek <[email protected]>
  • Loading branch information
lhp-nemlig and swiatekm authored Nov 22, 2024
1 parent e1207cd commit 7eabd10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/otel-allocator/allocation/per_node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
}
Expand Down

0 comments on commit 7eabd10

Please sign in to comment.