Skip to content

Commit

Permalink
Update cluster_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
mitalipaygude authored Jun 10, 2024
1 parent 52b36ce commit 363e2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/api/v1alpha1/cluster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ func TestValidateClusterConfigContent(t *testing.T) {
}
}),
wantErr: true,
err: "can not override providerID and cloudProvider",
err: "can not override providerID or cloudProvider",
},
{
testName: "providerid error",
Expand Down

0 comments on commit 363e2e4

Please sign in to comment.