Skip to content

Commit

Permalink
fixed tests for generic cluster spec
Browse files Browse the repository at this point in the history
  • Loading branch information
worryg0d authored and ribaraka committed Feb 21, 2024
1 parent 0869e02 commit f65ce9e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apis/clusters/v1beta1/validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,6 @@ func TestGenericClusterSpec_ValidateCreation(t *testing.T) {
type fields struct {
Name string
Version string
PCICompliance bool
PrivateNetwork bool
SLATier string
Description string
Expand Down Expand Up @@ -1071,7 +1070,6 @@ func TestGenericClusterSpec_ValidateCreation(t *testing.T) {
s := &GenericClusterSpec{
Name: tt.fields.Name,
Version: tt.fields.Version,
PCICompliance: tt.fields.PCICompliance,
PrivateNetwork: tt.fields.PrivateNetwork,
SLATier: tt.fields.SLATier,
Description: tt.fields.Description,
Expand Down

0 comments on commit f65ce9e

Please sign in to comment.