Explorar o código

fix testing

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer %!s(int64=3) %!d(string=hai) anos
pai
achega
f49d8ae49e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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": {
 		"intersection, with labels/annotations, special case container": {
 			allocationProps1: &AllocationProperties{
 			allocationProps1: &AllocationProperties{
 				AggregatedMetadata: false,
 				AggregatedMetadata: false,
-				Container:          UnallocatedSuffix,
+				Container:          UnmountedSuffix,
 				Namespace:          "ns1",
 				Namespace:          "ns1",
 				Labels:             map[string]string{},
 				Labels:             map[string]string{},
 				Annotations:        map[string]string{},
 				Annotations:        map[string]string{},