Skip to content

Commit

Permalink
small error
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantani11 authored and k8s-infra-cherrypick-robot committed Jun 27, 2022
1 parent 463db97 commit f6069ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/builder/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ func TestInfrastructureMachineTemplate(namespace, name string) *TestInfrastructu
// "spec.version": "v1.2.3",
// }.
func (i *TestInfrastructureMachineTemplateBuilder) WithSpecFields(fields map[string]interface{}) *TestInfrastructureMachineTemplateBuilder {
i.specFields = fielda
i.specFields = fields
return i
}

Expand Down

0 comments on commit f6069ab

Please sign in to comment.