Jelajahi Sumber

fix testing

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer 3 tahun lalu
induk
melakukan
f49d8ae49e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      pkg/kubecost/allocationprops_test.go

+ 1 - 1
pkg/kubecost/allocationprops_test.go

@@ -76,7 +76,7 @@ func TestAllocationPropsIntersection(t *testing.T) {
 		"intersection, with labels/annotations, special case container": {
 			allocationProps1: &AllocationProperties{
 				AggregatedMetadata: false,
-				Container:          UnallocatedSuffix,
+				Container:          UnmountedSuffix,
 				Namespace:          "ns1",
 				Labels:             map[string]string{},
 				Annotations:        map[string]string{},