Skip to content

Commit

Permalink
change labels in machine_create
Browse files Browse the repository at this point in the history
  • Loading branch information
Parik Cmil committed Aug 12, 2024
1 parent 931597f commit 9a15871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/integration/machine_create/machine_create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ var _ = Describe("CreateMachine", func() {
Machine: &iri.Machine{
Metadata: &irimeta.ObjectMetadata{
Labels: map[string]string{
"machinepoolletv1alpha1.MachineUIDLabel": "foobar",
"machine": "create",
},
},
Spec: &iri.MachineSpec{
Expand Down Expand Up @@ -155,7 +155,7 @@ var _ = Describe("CreateMachine", func() {
Machine: &iri.Machine{
Metadata: &irimeta.ObjectMetadata{
Labels: map[string]string{
"machinepoolletv1alpha1.MachineUIDLabel": "foobar",
"machine": "create",
},
},
Spec: &iri.MachineSpec{
Expand Down Expand Up @@ -249,7 +249,7 @@ var _ = Describe("CreateMachine", func() {
Machine: &iri.Machine{
Metadata: &irimeta.ObjectMetadata{
Labels: map[string]string{
"machinepoolletv1alpha1.MachineUIDLabel": "foobar",
"machine": "create",
},
},
Spec: &iri.MachineSpec{
Expand Down

0 comments on commit 9a15871

Please sign in to comment.