From 10f0f7eb35e2d563984dd94071b94cfda4dd60ae Mon Sep 17 00:00:00 2001 From: Parik Cmil Date: Mon, 12 Aug 2024 08:16:37 +0000 Subject: [PATCH] update --- .../machine_annotations/machine_annotations_update_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/integration/machine_annotations/machine_annotations_update_test.go b/tests/integration/machine_annotations/machine_annotations_update_test.go index 4855dbbc..0809d843 100644 --- a/tests/integration/machine_annotations/machine_annotations_update_test.go +++ b/tests/integration/machine_annotations/machine_annotations_update_test.go @@ -18,8 +18,7 @@ var _ = Describe("UpdateMachineAnnotations", func() { Machine: &iri.Machine{ Metadata: &irimeta.ObjectMetadata{ Labels: map[string]string{ - "machine": "annotation", - }, + "machinepoolletv1alpha1.MachineUIDLabel": "foolabel"}, }, Spec: &iri.MachineSpec{ Power: iri.Power_POWER_ON,