Skip to content

Commit 2543f67

Browse files
committed
pkg/conversion: fix due to o/api bump
1 parent 6332e7a commit 2543f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/conversion/mapi2capi/aws_fuzz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func (f *awsProviderFuzzer) fuzzProviderConfig(ps *mapiv1beta1.AWSMachineProvide
139139
ps.ObjectMeta = metav1.ObjectMeta{}
140140

141141
// Conversion not yet implemented
142-
ps.HostPlacement = nil
142+
ps.Placement.Host = nil
143143
ps.CPUOptions = nil
144144

145145
// At least one device mapping must have no device name.

0 commit comments

Comments
 (0)