Skip to content

Commit

Permalink
fix accidental garbage lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob committed Aug 16, 2021
1 parent 942d438 commit 08b7f8a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions pkg/apis/provisioning/v1alpha3/provisioner_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,15 +79,6 @@ var _ = Describe("Validation", func() {
}
})

It("should fail for invalid cluster specification", func() {
for _, cluster := range []Cluster{
{Name: ptr.String("test-cluster"), CABundle: ptr.String("dGVzdC1jbHVzdGVyCg=="), Endpoint: "elrond"},
} {
provisioner.Spec.Cluster = cluster
Expect(provisioner.Validate(ctx)).ToNot(Succeed())
}
})

It("should fail for invalid endpoint", func() {
for _, endpoint := range []string{
"http",
Expand Down

0 comments on commit 08b7f8a

Please sign in to comment.