Просмотр исходного кода

fix testing

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer 3 лет назад
Родитель
Сommit
f49d8ae49e
1 измененных файлов с 1 добавлено и 1 удалено
  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{},