Skip to content

Commit

Permalink
Corrected some text
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopapereira committed Jun 24, 2020
1 parent 6984df2 commit bcbffbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/clusterctl/client/init_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func Test_clusterctlClient_InitImages(t *testing.T) {
{
name: "return no error when core provider as the correct name",
args: args{
coreProvider: "cluster-api",
coreProvider: config.ClusterAPIProviderName,
bootstrapProvider: nil,
controlPlaneProvider: nil,
infrastructureProvider: nil,
Expand All @@ -113,7 +113,7 @@ func Test_clusterctlClient_InitImages(t *testing.T) {
expectedErrorMessage: "failed to get configuration for the BootstrapProvider with name not-provided",
},
{
name: "returns error when a control panel provider is not present",
name: "returns error when a control plane provider is not present",
args: args{
controlPlaneProvider: []string{"not-provided"},
kubeconfigContext: "mgmt-context",
Expand Down

0 comments on commit bcbffbc

Please sign in to comment.