Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Parik Cmil committed Aug 12, 2024
1 parent 5204f23 commit a3b2797
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/integration/machine_create/machine_create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var _ = Describe("CreateMachine", func() {
Machine: &iri.Machine{
Metadata: &irimeta.ObjectMetadata{
Labels: map[string]string{
"machine": "create",
"machinepoolletv1alpha1.MachineUIDLabel": "foobar",
},
},
Spec: &iri.MachineSpec{
Expand Down Expand Up @@ -64,7 +64,7 @@ var _ = Describe("CreateMachine", func() {
Machine: &iri.Machine{
Metadata: &irimeta.ObjectMetadata{
Labels: map[string]string{
"machine": "create",
"machinepoolletv1alpha1.MachineUIDLabel": "foobar",
},
},
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{
"machine": "create",
"machinepoolletv1alpha1.MachineUIDLabel": "foobar",
},
},
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{
"machine": "create",
"machinepoolletv1alpha1.MachineUIDLabel": "foobar",
},
},
Spec: &iri.MachineSpec{
Expand Down

0 comments on commit a3b2797

Please sign in to comment.