Skip to content

Commit

Permalink
update cluster controller test
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-inf committed Oct 7, 2023
1 parent a12c42c commit 1fc6daa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions controllers/apps/cluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ var _ = Describe("Cluster Controller", func() {
cleanEnv()
})

// test function helpers
createAllWorkloadTypesClusterDef := func(noCreateAssociateCV ...bool) {
By("Create a clusterDefinition obj")
clusterDefObj = testapps.NewClusterDefFactory(clusterDefName).
Expand Down Expand Up @@ -764,7 +763,6 @@ var _ = Describe("Cluster Controller", func() {

BeforeEach(func() {
createAllWorkloadTypesClusterDef()
createBackupPolicyTpl(clusterDefObj)
})
AfterEach(func() {
cleanEnv()
Expand Down

0 comments on commit 1fc6daa

Please sign in to comment.