diff --git a/pkg/providers/tinkerbell/assert_test.go b/pkg/providers/tinkerbell/assert_test.go index 9a2e1d6153894..c54a15b28be39 100644 --- a/pkg/providers/tinkerbell/assert_test.go +++ b/pkg/providers/tinkerbell/assert_test.go @@ -120,7 +120,7 @@ func TestAssertMachineConfigNamespaceMatchesDatacenterConfig_Different(t *testin g.Expect(err).ToNot(gomega.Succeed()) } -func TestAssertMachineConfigOSImageURLOverlap_Error(t *testing.T) { +func TestAssertMachineConfigOSImageURL_Error(t *testing.T) { g := gomega.NewWithT(t) builder := NewDefaultValidClusterSpecBuilder() clusterSpec := builder.Build()